Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.01 KB

LibSeatTrackerAI

Preview

Example Image

About Project

Example Image Example Image Example Image Example Image Example Image Example Image Example Image Example Image Example Image Example Image Example Image Example Image Example Image Example Image

Getting Started

Follow these steps to run the project locally:

  1. Start the backend server:

    uvicorn backend.server:app --host 0.0.0.0 --port 8000
  2. Start the admin frontend:

    streamlit run frontend/admin/admin_interface.py --server.port 8501
  3. Start the user frontend(demo):

    streamlit run frontend/user/user_interface.py --server.port 8502
  4. Start the seat_reservation_app :

    flutter pub get 
    open -a Simulator 
    flutter run