Const
Entrypoint of the program.
Implements the server routes.
The server has a schedule system. Some requests will be barried if performed before the opening hour.
Index page.
Admin page.
Cancel a trip by user ID id.
id
Cancel all trips of a certain direction trip.
trip
Use search parameters to search for a trip, filtering by status and direction (search, status and trip, respectively).
search
status
Schedule a trip by form data. A trip consists of a name (the name of the passenger) and its direction ("oneWay", "return", "roundTrip").
Access files inside the assets directory (binary files for the browser).
Cancel a trip by token token.
token
Access files inside the client directory (CSS, client-side JavaScript).
Houses the authentication logic for the admin panel.
Access files inside the node_modules directory (for client-side JavaScript).
Success page.
Waitlist page.
Entrypoint of the program.
Implements the server routes.