Skip to content

ldw129/SC2002-Group-2-MOBLIMA

Repository files navigation

SC2002 MOBLIMA

About

This is a Group Project for the course SC2002 Object-Oriented Design & Programming conducted by Nanyang Technological University's College of Computing and Data Science.

Introducing MOBLIMA, a Movie Booking and Listing Management console-based application meant for movie-goers to make online booking and purchase of movie tickets, as well as for cinema staff to perform sales reporting and listing movies.

Getting Started

Prerequisites

Before running the Java application, you will need to have the following installed on your computer:

Start Application

To launch the Java application, simply run MovieApp.java here.

For access to admin / member accounts, refer to accounts.txt here for the account credentials.

File Structure

~
├── Database                    # Application database
├── Source Codes                  # Codebase
|    ├── src/moblima                # Contains application source code in a Model View Controller framework
│    │     ├── controller           # Source code for IO operations in application
│    │     ├── model                # Source code for individual classes and subclasses involving movie-goers and cinema staff
│    │     ├── view                 # Source code for data configuration in application
│    │     ├── MovieApp.java        # Main Java application
├── doc                         # Application documentations
│    ├── index-files                
│    ├── jquery                    
|    ├── moblima                   
|    ├── resources                  
├── .gitignore
├── README.md
├── SS7-grp2.pdf                # Final report submission     
└── UMLDiagram.jpg              # Final UML diagram submission

Final Report

You may view our final report here.

UML Diagram

You may view our UML diagram here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages