Tixie is a ticketing system for maintenance personnel to modernize and simplify handling maintenance needs. This system features user friendly navigation and ticket creation to minimize any training that may be needed for users on both sides of the system. It is also easily adaptable for easy customization dependent on any clients needs.
-
How to start
Download or Git Clone the repo through your bash CLI
$ git clone https://github.com/tixie-pro/tixie.git
-
Navigate into your new site’s directory and start it up, let maven download all dependencies.
A quick look at the top-level files and directories you'll see in the Tixie project.
src
└──── main
├── java
└── All Controller / Model Related Files
└── resource
└── All View Related Files