Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 423 Bytes

File metadata and controls

11 lines (8 loc) · 423 Bytes

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