You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.6 KiB

Ticketing System

Build Status CircleCI codecov

Issue Count MIT License PRs Welcome

An overall system that records information about each vehicles and users.

For detailed code documentations, please visit https://binhonglee.github.io/TicketingSystem/docs/.

Disclaimer:

This program is still in progress and is currently in a NOT WORKING condition.

Requirements

  1. Git
  2. JDK
  3. Apache Ant
  4. (Mac) jsoncpp or brew

Installation

$ git clone https://github.com/binhonglee/TicketingSystem.git
$ cd TicketingSystem

Ubuntu/Mint

$ ./install.sh

Mac

$ ./mac_install.sh

Building and running it

$ ant build
$ ./bin/main

Uninstallation

Ubuntu/Mint

$ ./uninstall.sh

Mac

$ ./mac_uninstall.sh