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

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

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