https://github.com/itsmaheshkariya/flask-mongodb
https://github.com/itsmaheshkariya/flask-mongodb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/flask-mongodb
- Owner: itsmaheshkariya
- Created: 2019-12-31T17:38:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T17:47:56.000Z (over 5 years ago)
- Last Synced: 2025-01-06T01:09:12.986Z (4 months ago)
- Language: Python
- Size: 5.18 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Flask MongoDB React CRUD App
Python REST API For CRUD operations with MongoDB and Flask.### Git Clone
```git clone https://github.com/maheshkareeya/flask-mongodb.git```### Change Directory
```cd flask-mongodb```### Note : Install Python and VScode
```pip3 install flask flask-cors flask-pymongo```### Export
```export FLASK_APP=app.py```
```export FLASK_DEBUG=True```### Start Server
```flask run```Open with browser: http://localhost:5000
### React folder in another tab
```cd public```
```npm install```
``` npm start ```Open with browser: http://localhost:3000
### Demo
