A bare minimal Node.js/Express CRUD backend using GraphQL and JSON-Server
- express-graphql - https://github.com/graphql/express-graphql
- json-server
- axios
# install deps
yarn install
# Run json-server port 3000
yarn run json:server
# run server port 4000
yarn run dev:server
Go to http://localhost:4000/graphql
MIT