https://github.com/knowledgefactory4u/python-flask-vuejs-mongodb-crud
https://github.com/knowledgefactory4u/python-flask-vuejs-mongodb-crud
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/python-flask-vuejs-mongodb-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2020-12-18T18:02:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T06:23:56.000Z (over 3 years ago)
- Last Synced: 2025-01-14T15:42:55.773Z (6 months ago)
- Language: Vue
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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