Follow these steps to run the project locally:
-
Start the backend server:
uvicorn backend.server:app --host 0.0.0.0 --port 8000
-
Start the admin frontend:
streamlit run frontend/admin/admin_interface.py --server.port 8501
-
Start the user frontend(demo):
streamlit run frontend/user/user_interface.py --server.port 8502
-
Start the seat_reservation_app :
flutter pub get open -a Simulator flutter run