kajlund / caching-backend-mongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caching-backend-mongo

Caching backend Mongo is a node.js REST API server demo built on Express, Mongoose and using a MongoDB database.

To run the server

npm i
npm start

Testing

Unit tests will use the Jest testing framework. To run the tests:

npm i
npm t

Integration tests are written using Postman.

About


Languages

Language:JavaScript 100.0%