Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 469 Bytes

Express-mongodb-redis-docker

A simple repository that uses ExpressJS as server, MongoDB as database and Redis for saving sessions, all running inside Docker containers

Getting started

  • Clone project and cd into it
  • Install docker
  • Run docker-compose up --build (if have any error, please check your port maybe be used or run docker-compose down before)
  • Access to react fronted throught http:localhost:8081