Client side Installation and Launch steps (Windows): CRA: In the clent folder, launch a terminal and type npm i. Next type npm start. env In client folder create .env.local file. Populate .env.local with .env.example. Restart app. Server side Installation and Launch steps (Windows): MongoDB: Install MongoDB 5+ Start MongoDB server as a Service Python 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. Home page