Layering GraphQL on REST Prepared for my talk at Facebook Developers Circle Praia on 13th August, 2020 Installation git clone cd rest-graphql npm install To run the REST service npx json-server --watch db/db.json Then run the GraphQL service node server.js