Mongodb_indexing

This repository is for learning and implementing MongoDB indexing to improve performance of backend.

Stars
0
Committers
2

MongoDB Indexing

Setup Instructions

  1. Run npm i to install dependencies.
  2. Add a .env file and include your Database URL.
  3. Run npm run dev to start the development server.

Modifying the Code

To modify the code, download the files and follow the instructions above.