npx create-react-flask my-app
NOTE: First run server i.e, main.py
- Create virtual environment for python
cd backend-flask
pip install -r requirements.txt
- Start server
python main.py
- cd to
root directory
then execute the below commands
npm install
npm run start
- Success Response
- Error response