Skip to content

CSCE331-Spring2025/project03_team02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Locally - Frontend

Clone the project

  git clone https://github.com/CSCE331-Spring2025/project03_team02.git

Go to the frontend directory

  cd frontend

Install dependencies

  npm install

Create .env file in frontend directory root

VITE_API_URL=http://127.0.0.1:5000

Start the server

  npm run dev

Run Locally - Backend

Clone the project

  git clone https://github.com/CSCE331-Spring2025/project03_team02.git

Go to the backend directory

  cd backend

Create a virtual environment

  python -m venv venv

Activate virtual environment - Mac/Linux

  source venv/bin/activate

Activate virtual environment - Windows

  venv\Scripts\activate

Install dependencies into virtual environment

  pip install -r requirements.txt

Create .env file in backend directory root

DATABASE_URL=postgresql://team_02:[email protected]:5432/team_02_db

Start the server

  python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6