In this repository was build a system to do bus reservations. For now, the repository don't have in consideration payment and transaction but has the following things:
- Creation of an account
- Login
- Information of user account
- See available trips
- Make bookings
- See current and past bookings
- PHP 8.0 or higher
- PostgreSQL 13 or higher
Commands to run it:
cd {PATH_REPOSITORY}/src;
php Main.php;
Licensed under the MIT license.