Simple Demo Project for Parking Lot System Design
- Singleton Design Pattern
- Strategy Design Pattern
- SOLID Design Principles
mvn clean install
java -cp target/parking-lot-demo-1.0-SNAPSHOT.jar com.tm91.demo.TestParking
https://www.educative.io/courses/grokking-the-object-oriented-design-interview/gxM3gRxmr8Z
- Convert to Springboot application
- Added database to persist data
- Implements API's to park and unpark vehicles
- Added UI