Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.98 KB

README.md

File metadata and controls

31 lines (22 loc) · 2.98 KB

Build Status codecov

Public Transport Ticketing System

Using Pure Java Serialization


Screen_Shot_2018_07_17_at_10_36_35_PM Screen_Shot_2018_07_17_at_10_36_55_PM Screen_Shot_2018_07_17_at_10_37_30_PM Screen_Shot_2018_07_17_at_10_37_45_PM Screen_Shot_2018_07_17_at_10_39_16_PM Screen_Shot_2018_07_17_at_10_39_31_PM Screen_Shot_2018_07_17_at_10_40_29_PM Screen_Shot_2018_07_17_at_10_40_49_PM Screen_Shot_2018_07_17_at_10_41_30_PM Screen_Shot_2018_07_17_at_10_41_47_PM Screen_Shot_2018_07_17_at_10_41_56_PM Screen_Shot_2018_07_17_at_10_42_40_PM Screen_Shot_2018_07_17_at_10_42_50_PM Screen_Shot_2018_07_17_at_10_43_01_PM


Design Patterns

  1. Facades
  2. MVC
  3. Builder
  4. Strategy
  5. Singleton
Custom ORM for Java Serialization

How to Build and Run the Project

mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

Running Tests

mvn test -B