Code Monkey home page Code Monkey logo

issue_tracker's Introduction

Issue tracker

An issue tracker example application with basic GUI. The project written in JavaFX, used the MVC architecture and JPA for persistent data handling.

Users can add new issues to the database, modify their properties, set solved status and list all of the issues or just the unfinished ones.

Usage

Issue tracker requires

  • JDK 8 or laters
  • Maven 3

Install the dependencies and run these commands.

$ mvn package
$ java -jar target/IssueTracker1.0.jar

Tech

Issue Tracker uses a number of open source projects to work properly:

  • JavaFX - HTML enhanced for web apps!
  • MySQL - MySQL is the world's most popular open source database.
  • Hibernate - Hibernate ORM enables developers to more easily write applications whose data outlives the application process.
  • JDBi - Jdbi provides convenient, idiomatic access to relational data in Java.
  • Lombok - Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.
  • SL4J - The Simple Logging Facade for Java.

And of course Issue Tracker itself is open source with a public repository on GitHub.

Todos

  • Write MORE Tests
  • Add User levels with custom privileges

License

GNU GPLv3

Free Software, Hell Yeah!

issue_tracker's People

Watchers

Csipkés Bence avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.