We will be following the Boundary - Controller - Entity structure.
- src
- main.java
- boundary (all UI classes)
- controller (all controller interfaces and controllers)
- entity (all entities and type enums)
- utils (helper classes)
- Press 1 for movie goer
- Press 2 for admin
- List all movies
- List top 5 movies
- by sales
- by rating
- Search movie
- View movie details
- Add movie review
- View movie showtimes
- Book ticket
- Purchase ticket
- Create movie
- Update movie
- Remove movie
- Update ticket price
- Create movie screening
- Update movie screening
- Remove movie screening
- Update holidays