pull repo
Backend:
- open one terminal in vs code type "cd backend"
- flask run
- install dependencies (pip install)
Frontend
- open another terminal (both should be open in vs code) type "cd frontend"
- npm run dev
- install dependencies (npm install)
add a file called keys.py in the backend (same level as other py files)