- Clone repo
- Make sure you have
Docker
andDocker-compose
installed - Run
docker-compose up
. This will run Express server on port 3001 and MongoDB on port 27017. Next times rundocker-compose start
instead ofdocker-compose up
because containers are already built and stored in the system - Run
docker-compose stop
to stop running containers - Profit!