Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

johnny-psh/SC2002_MOBLIMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOvie Booking and LIsting Management Application (MOBLIMA)

Problem Statement

Application to computerize the process of making online booking of Cinemas.

How to Run the App

MOBLIMA is coded on Visual Studio Code using Java from the Visual Studio Code Extension. Steps to run:

  1. Open the folder in Visual Studio Code
  2. Navigate to .vscode
  3. Open settings.json
  4. Set the path to "../lib/**/*.jar", which contains the POI library for reading for documents (Skip this step if you are using Linux or Mac OS)
  5. Navigate to MOBLIMA.java
  6. Press on run -> "Start Debugging"
  7. Enjoy the masterpiece

Structure

.vscode - Settings for vscode
bin - Contains .class files
lib - Contains the poi-binary for reading of xlsx files which consists of all the movie data
database - Consists of all the xlxs files which consists of our data
src - all of our source codes
|___ Model - Consists of all Entity Classes
|___ View - Consists of all Boundary Classes
|___ Controller - Consists of all Control Classes
|___ MOBLIMA.java - Main app file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published