Skip to content

Latest commit

 

History

History
executable file
·
41 lines (26 loc) · 833 Bytes

README.md

File metadata and controls

executable file
·
41 lines (26 loc) · 833 Bytes

About BusReservationSystem

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

Requirements

  • PHP 8.0 or higher
  • PostgreSQL 13 or higher

Run

Commands to run it:

cd {PATH_REPOSITORY}/src;
php Main.php;

Technologies used

License

Licensed under the MIT license.