- In the clent folder, launch a terminal and type npm i.
- Next type npm start.
- In client folder create .env.local file.
- Populate .env.local with .env.example.
- Restart app.
- Install MongoDB 5+
- Start MongoDB server as a Service
- Install Python 3.8+ version.
- Type "pip install -r requirements.txt" in root folder
- Go to "server" folder
- Create ".env" file and fill it like ".env.example" substituting your values
- Type "python run.py"
- Wait till server is started on 80 port.