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.

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Ticketing System
  2. [![Build Status](https://travis-ci.org/binhonglee/TicketingSystem.svg?branch=master)](https://travis-ci.org/binhonglee/TicketingSystem)
  3. [![CircleCI](https://circleci.com/gh/binhonglee/TicketingSystem.svg?style=shield)](https://circleci.com/gh/binhonglee/TicketingSystem)
  4. [![codecov](https://codecov.io/gh/binhonglee/TicketingSystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/TicketingSystem)
  5. [![Issue Count](https://codeclimate.com/github/binhonglee/TicketingSystem/badges/issue_count.svg)](https://codeclimate.com/github/binhonglee/TicketingSystem)
  6. [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/TicketingSystem/blob/master/LICENSE)
  7. [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
  8. An overall system that records information about each vehicles and users.
  9. For detailed code documentations, please visit [https://binhonglee.github.io/TicketingSystem/docs/](https://binhonglee.github.io/TicketingSystem/docs/).
  10. ##### Disclaimer:
  11. This program is still in progress and is currently in a **NOT WORKING** condition.
  12. ## Installation
  13. ```sh
  14. $ git clone https://github.com/binhonglee/TicketingSystem.git
  15. $ cd TicketingSystem
  16. $ ./install.sh
  17. ```
  18. ## Building and running it
  19. ```sh
  20. $ ant build
  21. $ ./bin/main
  22. ```
  23. ## Uninstallation
  24. ```sh
  25. $ ./uninstall.sh
  26. ```