https://github.com/knowledgefactory4u/reactjs-python-mongodb-crud
https://github.com/knowledgefactory4u/reactjs-python-mongodb-crud
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/reactjs-python-mongodb-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2020-12-15T10:49:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T06:29:05.000Z (over 3 years ago)
- Last Synced: 2025-03-25T17:46:31.288Z (3 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactjs + Python + Flask + Mongo DB CRUD
Run the backend application
Install the dependencies using below 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 start**
Your application will run locally at http://localhost:3000