output

SC2002: MOvie Booking and LIsting Management Application (MOBLIMA)

About

MOBLIMA is an application to computerize the processes of making online booking and purchase of movie tickets, listing of movies and sale reporting. It will be used by the movie goers and cinema staff.

Installation

Ensure that you have the required Java SDKs. I'm using OpenJDK 11.0.17

java --version

image

Download the source code via git

git clone https://github.com/TsienJin/SC2002-Project

Head to src/ folder and compile ByteCode

cd SC2002-Project/src
javac App.java

Move up 1 directory (outside of src/ folder) and execute App.class

cd ..
java -cp src/ App 

Examples

Login

Administrators are able to login to the application using a Predefined Username and Password.

Input:

1
admin
********
14

example01

Create/Update/Remove Movie Listing

Administrators are able to Create, Update, and Remove Movie Listings on the Application.

Input:

1
admin
********
3
2
0245429
Spirited Away
2
1
During her family's move to the suburbs& a sullen 10-year-old girl wanders into a world ruled by gods& witches& and spirits& and where humans are changed into beasts.
Hayao Miyazaki
Rumi Hiiragi, Miyu Irino
3
6
0245429
2
4
3
7
0245429
3
14

example02

Create/Update/Remove Cinema Showtime

Administrators are able to Create, Update, and Remove Showtime on the Application.

Input:

1
admin
********
9
8
ST12
6443346
G03
202211111735
9
11
ST12
3
202211101245
9
12
ST12
9
14

example03

Contributions

  • TsienJin
  • keenlim
  • Baby-McBabyFace
  • rphoen
  • Roseus9