cmd cd Frontend
cmd npm i
cmd cd Backend
cmd pip i flask flask-sqlalchemy flask-cors
cd Frontend npm start
cd Backend python home.py
(Note that the frontend shound run on localhost:3000 for preventing CORS exception)
Make sure there is a sql database connected