This web application helps users find the fastest Park & Ride lots in Ottawa. Enter your origin, destination, and departure time to get the fastest Park & Ride options. It uses Google Maps API with Python as the backend, FastAPI as the framework, and HTML/Css/Javascript as frontend.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Updated front-end to be more user-friendly, such as updating results menu, added a origin and destination on results page (also required backend to retrieve the origin and destination)
Created backend using python and google maps api. It finds most optimal park and ride location. Then I used fastapi to connect it with html, css and javascript frontend. Spent a lot of time debugging, adding front end features, and getting fastapi to connect. Hosted on render