this is a product management system using node js at backend and javafx at frontend Watch Video about this System
- JavaFx
- Javascript with ExpressJs Freamwork
- PostgresSql
- Add Product
- Update Product Name and Price
- Delete Product
- The Id for each Product Generated Automaticlly
- You Must Have Java installed on your System you can Download it from here Java
- You Must Have Node js installed on your System you can Download it from here NodeJs
- You Must Have PostgresSql intalled download it from here PostgesSql
- Create Database Called ("productDB")
- clone the Repository
- Create Table With the sql script on "/database/structure.sql"
- Open Terminal (or cmd) on the project Directory
- Type npm start and Enter (This will run the Server at localhost)
- Run the System front end jar at "/front-end/product-management-system/product-management-system.jar"