Skip to content

cs411-alawini/fa23-cs411-team124-QuertyQueries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

team124-QuertyQueries

Description of Data Stored in the Database:

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.

Website Functionalities:

  • 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

image image image image

Run it locally:

Backend:

git clone https://github.com/cs411-alawini/fa23-cs411-team124-QuertyQueries.git
cd Backend
pip install -r /path/to/requirements.txt
python main.py

Frontend:

cd front-end/transport
npm install -g yarn
yarn
yarn start

Create a .env file in the root of the project and add the following:

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=