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
- IntelliJ - used as an interpreter eclipse can also work, but you might need to configure it accordingly.
- SceneBuilder - to review the frontend of the fxml files
- MySQL - To store data from the user
- First create an empty directory named
tailor
. - Then open that folder in terminal and type
cd tailor
. - Then clone this repository using
git clone https://github.com/shubham-goyal-0811/Tailors-Assistant.git
- Also add some jar files which would be
- 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 - Then open Hello Application file and run it.
- Make sure your MySql has some tables which look like this