- nodejs + npm
- mongo 3.6.x
- docker
- config mongo by add database from file
mongo/mongo-init.js
cd backend
npm install
npm start
See logs on MongoDB database connection established successfully
backend will run on port 4000
cd frontend
npm install
npm start
Change base url first
npm build
cd build
python3 -m http.server 8080