Repository for JS POD workshop discussing one approach of integrating graphQL with rest.
- Fork repository
- clone fork
- Run
npm i
- Run
npm start
Starting the api will run two processes:
- Starting the graphql server.
- Starting json-server. The creates a rest server from the data in db.json.