GithubHelp home page GithubHelp logo

vv-cpm's Introduction

Car Park Management System

A car park management system to offload the day-to-day activities like park, un-park and compact car's in available 10 spaces. This system will take a string of comma separated commands from the stdin, it will process this command string and display the resultant free and taken status of each space in the car park at the end.

##Requirements

  • JDK 8

    Oracle Java 8 is required, go to Oracle Java website to download it and install into your system.

    Optionally, you can set JAVA_HOME environment variable and add <JDK installation dir>/bin in your PATH environment variable.

  • Apache Maven

    Download the latest Apache Maven from http://maven.apache.org, and uncompress it into your local system.

    Optionally, you can set M2_HOME environment variable, and also do not forget to append <Maven Installation dir>/bin your PATH environment variable.

Build this project and execute unit tests

Using mvn clean install from root directory.

mvn clean install

Run this project

Using java -jar carparkmanager-1.0-SNAPSHOT.jar "pABC,pXYZ,pEFG,u5000,c" from target directory.

java -jar carparkmanager-1.0-SNAPSHOT.jar "pABC,pXYZ,pEFG,u5000,c"

or using mvn exec:java -Dexec.args=“pABC,pXYZ,pEFG,u5000,c” from root directory.

mvn exec:java -Dexec.args=“pABC,pXYZ,pEFG,u5000,c”

vv-cpm's People

Contributors

vishalpvadgama avatar

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.