Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 748 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 748 Bytes

Create React Flask

npx create-react-flask  my-app

Usage

NOTE: First run server i.e, main.py

Backend

If you have git bash on Windows machine, you can directly run bash init-server.sh

  • Create virtual environment for python
cd backend-flask
pip install -r requirements.txt
  • Start server
python main.py

Frontend

  • cd to root directory then execute the below commands
npm install
npm run start 

Visuals

  • Success Response

success-response

  • Error response

success-response