- Navigate to backend directory.
- Create a virtual environment -
python -m venv .venv - Activate your virtual environment -
.venv\Scripts\activateorsource .venv/bin/activateon mac - Install flask -
pip install flask - Install psycopg2 -
pip install psycopg2 - Install dotenv -
pip install python-dotenv
- Navigate to backend directory (not the one in server/manager view).
- Activate your virtual environment -
.venv\Scripts\activateorsource .venv/bin/activateon mac flask runand click on url given on terminal
04/30/2023 - 11:19pm, a dark and not so stormy night:
- To get the updated version of our app, when you clone it, they're some dependencies to install:
- yarn add react-google-login