The dataset titled "Public Transportation Service" hosted on Kaggle contains information about the public transportation system of São Paulo, a major Brazilian city. The data is provided in a format called GTFS (General Transit Feed Specification), which is specifically designed to model transportation schedules and geographic data.
- Users can signin/login with their own accounts to get a personalized experience.
- Users can book trips, add feedback, find routes, and navigate through our interactive map.
Feel free to try the website yourself! https://cs411-124.netlify.app/login
git clone https://github.com/cs411-alawini/fa23-cs411-team124-QuertyQueries.git
cd Backend
pip install -r /path/to/requirements.txt
python main.py
cd front-end/transport
npm install -g yarn
yarn
yarn start
REACT_APP_MAPBOX=
REACT_APP_MAP_GOOGLE=
REACT_APP_SERVER_BE=
REACT_APP_AUTH_DOMAIN=
REACT_APP_AUTH_CLIENT_ID=
REACT_APP_AUTH0_CALLBACK_URL=