- Clone this project
- Run
npm install
- Create a file named
.env
which follows the same structure as.env_dummy
but has the actual secrets and the MongoDB url - Run
npm start
Note: All endpoints except /auth/*
require the header Authorization: Bearer <access_token>
to be present