Skip to content

How to mongoDB

YASHSVI GIRDHAR edited this page Mar 19, 2023 · 2 revisions
  1. Save the mongoURI provided in .env file:

image

  1. Download mongodb compass: https://www.mongodb.com/try/download/shell

  2. Add the mongodb connection string to URI text box and hit save and connect:

  3. Once connected you can go into Test into users to be able to access the collection:

  4. To be able to access the different API endpoints, Use this documentation

  5. Take a look at this PR to get more clarity on what endpoints are setup in the BE