Welcome to the SNUConnect's Backend! This project provides real-time tracking of campus shuttles, including estimated time of arrival at the next stop, current location, and route information. Many more features to come in future so stay tuned.
- Real-time shuttle location tracking
- Estimated time of arrival (ETA) at next stops
- Route information for each shuttle
- RESTful API for accessing shuttle data
- Backend Framework: Fast API (Python)
- Database: Supabase
- Others: AWS Lightsail
- Clone
- Set up python venv
- Install libraries using
requirements.txt
- Run
fastapi dev main.py