Skip to content

A simple, user-friendly client-side application made for tailors, simplifying the process of managing and taking new orders, as well as delivering them

Notifications You must be signed in to change notification settings

shubham-goyal-0811/Tailors-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Tailors Assitant

A simple application made on Java-Fx for simplifying the daily tasks of tailors


How Does it work?

Tailor's Assistant is a simple desktop application made for tailors. When a tailor get a new customer, Tailor can enroll the customer from Enroll Customer option in dashboard, and then the tailor can take new orders, add new workers,manage orders, export all the orders in an excel file and much more..

Software Required

  1. IntelliJ - used as an interpreter eclipse can also work, but you might need to configure it accordingly.
  2. SceneBuilder - to review the frontend of the fxml files
  3. MySQL - To store data from the user

To run this project

  1. First create an empty directory named tailor.
  2. Then open that folder in terminal and type cd tailor.
  3. Then clone this repository using git clone https://github.com/shubham-goyal-0811/Tailors-Assistant.git
  4. Also add some jar files which would be
    1. fontawesomefx-8.2.jar
    2. mysql-connector-8.0.25.jar
  5. Then move to src/main/java/com.example.tailor/MySqlConnectionKlass.java and in this add your MY SQL Credentials in place of Your username and your password
  6. Then open Hello Application file and run it.
  7. Make sure your MySql has some tables which look like this

Merge Requests are welcome

About

A simple, user-friendly client-side application made for tailors, simplifying the process of managing and taking new orders, as well as delivering them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published