Code Monkey home page Code Monkey logo

trackitjava's Introduction

Trackit (Java)

This was originally created as my final project for COMSC-256, Advanced Programming in Java. This was inspired by my old webapp, TrackIt, which you can view here.

In this project, I utilize JavaFX and MySQL to create a fully functional small-business accounting application.

Some of the features include:

  • A user login system.
  • Ability to create business items, sales, and purchases for a user.
  • Ability to view past transactions for a user's business.
  • Ability to view a summary of a user's sales/purchases/profits over a selected time period.
  • Ability to view a ranking of all a user's business items by sales, purchases, and profits over a selected time period.
  • Ability to view a graph of sales, purchases, and profits over a selected time period.
  • Ability to edit user and business item information.

Running The Project

  1. Clone this repository into your machine
  2. Download MySQL (if you don't already have it) and start the server. I used version 8.0.15, but most others should work as well.
    • You can download it from here.
  3. Run the SQL script named create_db.sql to initialize the database.
    • You can see a tutorial on how to run a SQL script here.
  4. Run the project using the following command in the Terminal/Command Line from the root directory of the project:
    ./gradlew run

trackitjava's People

Contributors

jhanreg11 avatar

Watchers

 avatar  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.