Skip to content

Flask & React site that displays historical data from the Chicago Marathon.

Notifications You must be signed in to change notification settings

dankrzeminski32/chicago-marathon-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chimarathonhistory1 chimarathonhistory2 chimarathonhistory3

Chicago Marathon History

An interactive web tour through the history of The Chicago Marathon.

Setup

First, Make sure you remove '-example' from ./src/backend/.env-example after configuring it with your own variables.

Then,

docker compose build
docker compose up -d
docker compose exec backend flask db seed

to run test suite:

docker compose exec backend pytest

Navigate to localhost:3000

About

Flask & React site that displays historical data from the Chicago Marathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published