Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 361 Bytes

File metadata and controls

31 lines (26 loc) · 361 Bytes

HotGirlTravelAI

Developers:

  • Catherine Zhang
  • Natasha Narayanan
  • Lily Pham
  • Jacqueline Cai

Prerequisites:

cd backend
pip install -r requirements.txt
cd frontend/src
npm install

Run the Application:

To run frontend:

cd frontend/src
npm run

To run backend in /backend:

cd backend
uvicorn main:app --reload