Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dnyaneshwargiri/cacheoperationusingmongo

cache implementation using mongoose
https://github.com/dnyaneshwargiri/cacheoperationusingmongo

Last synced: about 1 month ago
JSON representation

cache implementation using mongoose

Awesome Lists containing this project

README

        

# cacheOperationUsingMongo
cache implementation using mongoose

How to Run-
1. Install dependencies using npm i
2. To run express server-


i. DEV start using nodemon= npm run start

ii. PROD start using node js= npm run prodStart




How to test-


POSTMAN collection is placed in repo.


MongoDB instance used details in app.js


About overwrite policy-
This is effiecient to do with Capped Collections in MongoDB at db server.