The default configuration sets up the server on the 3000 port.
docker-compose up
- Download, install and run MongoDB locally.
- Change
mongo:27017to127.0.0.1:27012in thesrc/sever/db/mongoose.jsfile. npm start
Alternatively, change the address to another MongoDB address in the src/server/db/mongoose.js file.