Backend-
To run Backend Follow steps -->
- cd Backend
- Run - python -m venv venv # create your virtual enviornment
- Activate Environment
- pip install -r requirements.txt
- python app.py # run this command to run the app
Setup PostgreSQL -->
got to file "app/model.py" in this there is uri- " POSTGRESQL_URI" put your postgresql uri over there and run with your system
#####FrontEnd -->
cd FrontEnd cd my-app
npm install
npm start