Skip to content

learnwithgeeks/Redis-Node-JS-Server

Repository files navigation

Node JS Server with Mongodb and Redis as Caching

How to start project

  1. Install dependencies with 'npm install' command.
  2. Build project with 'npm run build' command.
  3. Serve project with 'npm run serve' command.

if you are using docker then run

  1. docker stack deploy --compose-file docker-compose.yml command locally for running docker swarm services redis and mongodb.

Thank You

Releases

No releases published

Packages

No packages published