/Parking-Lot

An implementation of a parking lot

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Parking-Lot Build Status

Introduction

This repository contains an implementation of a parking lot. The system allows cars to be parked and removed from the parking lot. It also allows dynamic addition and removal of parking spots in the parking lot.

Getting started

  1. Make sure you have Maven installed. If you do not have it already, follow this guide.

  2. Clone the repository git clone https://github.com/shailrshah/Parking-Lot.git

  3. Go to the cloned directory cd path/to/Parking-Lot

  4. Install the project mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

  5. Run the tests mvn test -B

Last words

Java 8, TDD, and best practices have been leveraged in this project. Continuous Integration is made possible by TravisCI, and Codebeat checks for quality metrics. Feel free to send feedback at acad.shail@gmail.com. Thanks!