Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Java implementation of my first webapp, TrackIt (with a few extra fun features).

NotificationsYou must be signed in to change notification settings

jhanreg11/TrackItJava

Repository files navigation

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

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 fromhere.
  3. Run the SQL script namedcreate_db.sql to initialize thedatabase.
    • You can see a tutorial on how to run a SQL scripthere.
  4. Run the project using the following command in the Terminal/Command Line from the root directory of the project:
    ./gradlew run

About

A Java implementation of my first webapp, TrackIt (with a few extra fun features).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp