- Node.js
- NPM
This project works with remote MongoDB Server.
To start this app on you local pc you need:
First, install pm2 on your local PC, please run
- npm install pm2 -g
Then, go to backend/ folder and run:
- npm install
- pm2 start server.js
Backend is working on localhost:8080
Then, go to frontend/ folder and run:
- npm install
- npm start
Frontend is working on localchost:3000