Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 1.5 KiB

il y a 7 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. ## Requirements
  13. 1. Git
  14. 2. JDK
  15. 3. Apache Ant
  16. 4. (Mac) jsoncpp or brew
  17. ## Installation
  18. ```sh
  19. $ git clone https://github.com/binhonglee/TicketingSystem.git
  20. $ cd TicketingSystem
  21. $ ./install.sh
  22. ```
  23. ## Building and running it
  24. ```sh
  25. $ ant build
  26. $ ./bin/main
  27. ```
  28. ## Uninstallation
  29. ```sh
  30. $ ./uninstall.sh
  31. ```