Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 474 Bytes

File metadata and controls

23 lines (16 loc) · 474 Bytes

LowLevelDesign

This repository contains several low-level design example projects (Elevator, ParkingLot, Booking, etc.).

Structure:

  • Elevator/
  • ParkingLot/

Build

This is a Maven-based Java project. To build locally:

mvn -v
mvn clean package

Add to GitHub

This project can be added to GitHub by initializing a git repo, committing, and creating a remote.

See .gitignore for files that should be excluded from version control.