itsmaheshkariya / flask-mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

alt text

About


Languages

Language:Python 99.4%Language:C 0.2%Language:CSS 0.1%Language:JavaScript 0.1%Language:Shell 0.1%Language:PowerShell 0.0%