Open CITguy opened 3 years ago
Inspired from https://matthewstrom.com/writing/design-apis
CLI script/task to update/generate a db.json file in root of repo, so that it can fuel a read-only API via https://my-json-server.typicode.com/
db.json
May consider formalizing the schema using https://json-schema.org/
https://css-tricks.com/building-serverless-graphql-api-in-node-with-express-and-netlify/
https://matthewstrom.com/writing/design-api-in-practice
https://polaris.shopify.com/resources/graphql-api
Inspired from https://matthewstrom.com/writing/design-apis
CLI script/task to update/generate a
db.json
file in root of repo, so that it can fuel a read-only API via https://my-json-server.typicode.com/