Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 494 Bytes

Before starting the project, make sure Node.js is installed globally. After that install the application dependencies:

npm install

Starting Apollo Server

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/

Testing

npm test

Runs test

npm run coverage

Runs the tests once and reports the coverage.