Skip to content

knowledgefactory4u/python-flask-angular-mongodb-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published