Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
This repository is for learning and implementing MongoDB indexing to improve performance of backend.
- Host: GitHub
- URL: https://github.com/kporus/mongodb_indexing
- Owner: KPorus
- Created: 2024-08-27T06:48:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T07:01:14.000Z (5 months ago)
- Last Synced: 2024-10-11T04:01:47.988Z (3 months ago)
- Topics: expressjs, mongodb, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.