GraphQL REST API Wrapper using Apollo Server.
To get the project started you need to run the following commands:
npm install
npm run dev
The service will be running on http://localhost:3030
To build and run a compiled version using node:
npm run build
npm run prod