A simple REST API to support the Coding Coach mentors' app.
If you would like to contribute to this project, just follow the contributing guide, it will show you how to setup the project in your local environment.
We are using swagger to document the endpoints, you can find the current spec at https://api-staging.codingcoach.io/
If you'd like to run the entire suite of e2e tests locally you can use the command below:
yarn test:e2e
To run the tests for a specific e2e file, use the command below as a starting point:
yarn test:e2e ./test/api/mentors.e2e-spec.ts