Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 470 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 470 Bytes

Quizup backend

Instructions on how to run

  1. Clone this project
  2. Run npm install
  3. Create a file named .env which follows the same structure as .env_dummy but has the actual secrets and the MongoDB url
  4. Run npm start

Endpoints

Postman Collection

Note: All endpoints except /auth/* require the header Authorization: Bearer <access_token> to be present