This project is a service that created with express and apollo-server.
In order to start development follow this steps:
- Install the dependencies:
npm install
- Run
npm run dev
to start a local server that will watch files changes ornpm start
without watching files.