Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kporus/mongodb_indexing

This repository is for learning and implementing MongoDB indexing to improve performance of backend.
https://github.com/kporus/mongodb_indexing

expressjs mongodb nodejs typescript

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## MongoDB Indexing

- [API List](https://documenter.getpostman.com/view/25580775/2sAXjGctnm)

### 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.