Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epilif3sotnas/bus-reservation-system

Bus Reservation System
https://github.com/epilif3sotnas/bus-reservation-system

php postgresql

Last synced: 1 day ago
JSON representation

Bus Reservation System

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.