https://github.com/epilif3sotnas/bus-reservation-system
Bus Reservation System
https://github.com/epilif3sotnas/bus-reservation-system
php postgresql
Last synced: 2 months ago
JSON representation
Bus Reservation System
- Host: GitHub
- URL: https://github.com/epilif3sotnas/bus-reservation-system
- Owner: epilif3sotnas
- License: mit
- Created: 2021-07-23T10:04:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T07:31:58.000Z (over 3 years ago)
- Last Synced: 2025-07-22T07:53:13.712Z (12 months ago)
- Topics: php, postgresql
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
- [PHP](https://www.php.net/manual/en/)
- [PostgreSQL](https://www.postgresql.org/docs/13/index.html)
- [Medoo](https://medoo.in/doc)
- [PHP dotenv](https://github.com/vlucas/phpdotenv)
- [phpseclib](https://phpseclib.com/docs/why)
- [cli-prompt](https://github.com/Seldaek/cli-prompt)
## License
Licensed under the MIT license.