Git Product home page Git Product logo

vpark's Introduction

vpark Parking System

How to Run

  1. clone https://github.com/antonymsur/vpark.git
  2. cd vpark
  3. mvn package #will run all tests including the tests mentioned as example use cases in the pdf
  4. java -jar target/vpark-s1-0.0.1.jar #will run the cli with usage details

Usage

Actions:

    1. create  : create new parking lot
            1 arg : parking lot type either of 'mall,stadium,airport'
            
    2. preport : parking lot report , TODO Yet to implement
    
    3. park    : park vehicle in one of the slots available based on vehicle type
            2 args : one of the values from 'bike,lmv,hmv'
            
    4. leave   : leave the parking lot
            2 args :  one of the values from 'bike,lmv,hmv'
                      Ticket Id 
                      
    5. vstatus : vehicle status  
            2 args :  one of the values from 'bike,lmv,hmv'
                      Ticket Id 
                      
    6. close     : application close

Technologies Used:

  1. Core Java - POJO's
  2. Unit Test using junit
  3. Build using Maven
  4. jacoco for code coverage - Not completely covered
  5. checkstyles

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.