TheatreTickets is a Java application that serves as an interface to reserve and purchase tickets for certain performances of an event in a given theatre.
To download and compile you can do so by executing:
$ git clone https://github.com/Bubbasm/TheatreTickets.git
$ cd TheatreTickets
$ make compile
To run the application, simply execute:
$ make run
There is a single manager that can modify events, performances, prices, etc. Multiple customers can register and purchase tickets. There are two given customers in the application.
username: admin password: admin
username: Francisco password: Saiz
username: Juan password: de_Lara
You can also register more users within the application.
Documentation can be generated by executing
$ make doc
This project was created in collaboration with my colleague Samuel.