Skip to content

CSCE315-Spring23/Team63_Project3_version2

Repository files navigation

W.F.H.D-Project3

Backend

Prequisites

  1. Install Python - Python 3.9 or higher is needed.
  2. Install Pip

One time setup

  1. Navigate to backend directory.
  2. Create a virtual environment - python -m venv .venv
  3. Activate your virtual environment - .venv\Scripts\activateor source .venv/bin/activate on mac
  4. Install flask - pip install flask
  5. Install psycopg2 - pip install psycopg2
  6. Install dotenv - pip install python-dotenv

Run App

  1. Navigate to backend directory (not the one in server/manager view).
  2. Activate your virtual environment - .venv\Scripts\activate or source .venv/bin/activate on mac
  3. flask run and click on url given on terminal

Backend

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:
  1. yarn add react-google-login