Skip to content

rubben-88/travel-assistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travel-assistant

Steps to run code: - Jad, Ruben

  • Setup Database

  • Setup Backend

    • cd backend
    • Create virtual environment: python -m venv venv
    • Activate virtual environment:
    • macOS/Linux: source venv/bin/activate
    • Windows: venv\Scripts\activate
    • Install dependencies: pip install -r requirements.txt
  • Setting up Frontend:

    • cd frontend
    • npm install
    • npm run build-api - run each time you do changes to API routes
  • Running Backend:

    • cd backend
    • fastapi dev app/main.py
  • Running Frontend:

    • cd frontend
    • npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.2%
  • TypeScript 31.8%
  • JavaScript 4.2%
  • HTML 0.8%