- Clone this project
- Run
npm install - Create a file named
.envwhich follows the same structure as.env_dummybut 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