Skip to content

Latest commit

 

History

History
 
 

README.md

API

The API is built on Apollo Server, GraphQL and Relay.

Installing Dependencies

npm install

Running API Server

npm run start

The API will be accessible from the following link.

Dev Workflow

Install Dev Dependencies

npm install --save-dev

Running Server with Nodemon

npm run dev-start

Running Tests

npm run test

Checking Test Coverage

npm run test-coverage

Running ESLint

npm run lint

Formatting Code with Prettier

npm run prettier