uchicago-capp-30320 / RouteRangers

Transit planning tool designed to retrieve end user input and also facilitate local transit authorities' decision making.
MIT License
1 stars 1 forks source link

Create Django App Skeleton #29

Closed meganhmoore closed 6 months ago

meganhmoore commented 6 months ago

Create geodjango app setup in backend/api/ https://github.com/uchicago-capp-30320/RouteRangers/tree/main/backend/api. To get an initial pass through all of the layers we should test a request that pulls the bus stop points for a given city.

meganhmoore commented 6 months ago

Skeleton has been created