Bus app part 1
Introduction
With our first app fully completed and deployed, we can start on a new project. Our previous app integrated Python, Flask, and some data modelling. For our next app, we will be integrating Python, PSQL, and React.
Outline
We will be using the Translink API to obtain bus information such as next bus times for a particular stop. The app will allow a user to register a username and password to be able to login and save favourite routes, stops, or buses for a more personalized commute.
The API to request information will be written in Python and to be able to save user information, we will use a PSQL database. The frontend application will be written in React.