Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.42 KB

File metadata and controls

50 lines (33 loc) · 1.42 KB

Tixie Logo

Tixie | Modern Ticketing System powered by Java

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.

The stack

- Java Spring Boot - Hibernate ORM - Thymeleaf - Maven - UI Kit - Deployed to Digital Ocean

🚀 Quick start - this site is still under development

  1. How to start

    Download or Git Clone the repo through your bash CLI

    $ git clone https://github.com/tixie-pro/tixie.git

  2. Navigate into your new site’s directory and start it up, let maven download all dependencies.

🧐 What's inside?

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