This app fetches hourly traffic data for a stretch of Denny Way in Seattle, WA with the goal of showing how long it might take to travel as a bus moving with traffic. With dedicated bus lanes, the travel time would almost always be at the lower end of the spectrum.
The project is built with TypeScript, using MySQL and Node.js for the server and React with React Router v7+ for the UI
- Clone repo
cd denny-way-traffic
docker compose build
docker compose up -d
See nested README and package.json files for details
cd denny-way-traffic/server
npm i
npm run dev
cd denny-way-traffic/ui
npm i
npm run dev