No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
BinHong Lee 28d08e4c38 Updated README.md hace 7 años
docs Updated README and other documentations hace 7 años
lib Added relevant required libraries to the lib folder hace 7 años
src Added functioning build.xml hace 7 años
.gitignore Added functioning build.xml hace 7 años
LICENSE Added license hace 7 años
README.md Updated README.md hace 7 años
_config.yml Set theme jekyll-theme-slate hace 7 años
build.xml Added functioning build.xml hace 7 años
database.txt Added VehicleManager.cpp hace 7 años
vehiclesData.json Added VehicleManager.cpp hace 7 años

README.md

Ticketing System

CircleCI Issue Count

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. This is due to the fact that ant does not support taking in inputs in command line thus a GUI implementation is needed for this program to function as intended.

Setting up and running it

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