Skip to content

knowledgefactory4u/python-flask-vuejs-mongodb-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue JS + Python + Flask + Mongo DB CRUD

Run the backend application

Install the dependencies using the following command

pip install flask flask_cors pymongo

Run the server file using the following command. Make sure your MongoDB server is still running :

$ python3 app.py

Your application server will run locally at http://localhost:5000

Run the frontend application

npm install

npm run serve

Your application will run locally at http://localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors