Skip to content

RowenTey/SC2002-MOBLIMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 SC2002-MOBLIMA

Movie Booking and Listing Management Application (MOBLIMA) for SC2002

MOBLIMA Image

πŸ“‚ Project Folder Structure

Folder structure of our project

Top Level Directory Layout

.
β”œβ”€β”€ build                   # Compiled .jar file
β”œβ”€β”€ docs                    # Javadocs generated as HTML
β”œβ”€β”€ src                     # Source files (all the codes)
β”œβ”€β”€ LICENSE
└── README.md

Source files

.
β”œβ”€β”€ ...
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ controller         # Manager classes
β”‚   β”œβ”€β”€ database           # Database classes
β”‚   β”œβ”€β”€ helper             # Helper classes
β”‚   β”œβ”€β”€ model              # Model classes
β”‚   β”œβ”€β”€ view               # View/Interface classes
β”‚   └── CineplexApp.java   # Main Driver file (MOBLIMA App)
└── ...

πŸ“ Scripts

How to run our project

  1. In your command line change directory into SC2002-MOBLIMA
cd SC2002-MOBLIMA
  1. Run the .jar file using command line
java -jar ./build/SC2002-MOBLIMA.jar

🌊 Flowchart

flowchart LR
A(CIneplexApp) --> B(CineplexAppView)
B --> C{Which route?}
C --> D(Login)
C --> E(Continue As Guest)
D --> F(Staff)
D --> G(Member)

πŸ“ƒ Documentation

Create Javadocs - make sure you are at SC2002-MOBLIMA directory

javadoc -d ./docs/ ./src/*java ./src/controller/*java ./src/database/*java ./src/helper/*java ./src/model/*java ./src/model/enums/*java ./src/view/*java -encoding ISO-8859-1

Launch the index.html under ./docs/index.html

🧠 Contributors

About

Movie Booking and Listing Management Application (MOBLIMA) 🎬

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages