Step1: Install Python 3 - click here
Step2: Install Angular - click here
Step3: Install VS code - click here
Step4: Download/clone source code - click here
Step5: Install MongoDB - click here
Step6: Download the dependencies using the following command
pip install flask flask_cors pymongo
Step7: Run our backend application using the following command
python3 app.py
Step8: Download the dependencies using the following command
npm install
Step9: Run the Frontend application - ng serve
Your application will run locally at http://localhost:4200