Before starting the project, make sure Node.js is installed globally. After that install the application dependencies:
npm install
In the project directory, you can run:
npm run start
> [email protected] start ${BASE_PATH}/apollo-server
> node src/index.js
🚀 Server ready at http://localhost:4000/
npm test
Runs test
npm run coverage
Runs the tests once and reports the coverage.