https://github.com/sithira/ptts
CSSD Subtask 3 Implementation - Public Transport Ticketing System
https://github.com/sithira/ptts
builder-pattern facade-pattern java javafx mvc serialization singleton stratergy
Last synced: 7 months ago
JSON representation
CSSD Subtask 3 Implementation - Public Transport Ticketing System
- Host: GitHub
- URL: https://github.com/sithira/ptts
- Owner: Sithira
- Created: 2018-06-26T13:34:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T17:29:28.000Z (over 7 years ago)
- Last Synced: 2025-04-22T20:50:25.666Z (10 months ago)
- Topics: builder-pattern, facade-pattern, java, javafx, mvc, serialization, singleton, stratergy
- Language: Java
- Homepage:
- Size: 1000 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/Sithira/PTTS)
[](https://codecov.io/gh/Sithira/PTTS)
## Public Transport Ticketing System
### Using Pure Java Serialization
#### Design Patterns
1. Facades
2. MVC
3. Builder
4. Strategy
5. Singleton
##### Custom ORM for Java Serialization
### How to Build and Run the Project
```bash
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
```
### Running Tests
```bash
mvn test -B
```