An open API service indexing awesome lists of open source software.

https://github.com/knowledgefactory4u/python-flask-angular-mongodb-crud


https://github.com/knowledgefactory4u/python-flask-angular-mongodb-crud

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Angular + Python + Flask + Mongo DB CRUD


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






Backend setup




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






Frontend setup




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