Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 1.3 KiB

1234567891011121314151617181920
  1. # Ticketing System
  2. [![CircleCI](https://circleci.com/gh/binhonglee/TicketingSystem.svg?style=svg)](https://circleci.com/gh/binhonglee/TicketingSystem) [![Issue Count](https://codeclimate.com/github/binhonglee/TicketingSystem/badges/issue_count.svg)](https://codeclimate.com/github/binhonglee/TicketingSystem)
  3. An overall system that records information about each vehicles and users.
  4. For detailed API documentations, please visit https://binhonglee.github.io/TicketingSystem/docs/.
  5. ## Setting up and running it
  6. ```sh
  7. $ git clone https://github.com/binhonglee/TicketingSystem.git
  8. $ cd TicketingSystem
  9. $ ant execute
  10. ```
  11. ##### Disclaimer:
  12. This program is written solely on personal time with the purpose to pick up the C++ programming language once again after a long long time since I last wrote anything with it.
  13. The original version of this program (as seen in the initial commit) was a version of my work years ago. I decided that starting from scratch might not be the best idea when it comes to a programming language that I haven't use for a long time. However, as years pass, there are different things that I've learn from other programming languages that I thought would be fun to see how that implementation works with C++ so it will eventually be very much different from what it was.