This is python based app based on flask framework as a server side programming and React will be our frontend
git clone https://github.com/maheshkareeya/flask-react.git
cd flask-react
cd backend
source bin/activate
pip3 install flask flask-sqlalchemy flask-marshmallow marshmallow-sqlalchemy flask-restplus flask-cors
export FLASK_APP=app.py
export FLASK_DEBUG=True
flask run
go to http://localhost:5000
cd frontend
npm install
npm start
go to http://localhost:3000