Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
BinHong Lee 28d08e4c38 Updated README.md pirms 7 gadiem
docs Updated README and other documentations pirms 7 gadiem
lib Added relevant required libraries to the lib folder pirms 7 gadiem
src Added functioning build.xml pirms 7 gadiem
.gitignore Added functioning build.xml pirms 7 gadiem
LICENSE Added license pirms 7 gadiem
README.md Updated README.md pirms 7 gadiem
_config.yml Set theme jekyll-theme-slate pirms 7 gadiem
build.xml Added functioning build.xml pirms 7 gadiem
database.txt Added VehicleManager.cpp pirms 7 gadiem
vehiclesData.json Added VehicleManager.cpp pirms 7 gadiem

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