A simple repository that uses ExpressJS as server, MongoDB as database and Redis for saving sessions, all running inside Docker containers
- 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 rundocker-compose down
before) - Access to react fronted throught http:localhost:8081