Currently, many products are sold through intermediaries, such as wholesalers or retailers, which adds additional layers of cost and complexity to the supply chain. This can make it difficult for consumers to find the best prices and for manufacturers to reach their target market.
Connect is a Core Java (Swing & AWT) based application that connects manufacturers and consumers directly, eliminating the need for intermediaries and streamlining the supply chain. The application uses a MySQL database as the backend, and it was developed using Netbeans as part of DBMS Lab mini project.
- User registration and login
- Manufacturers can post their products
- Consumers can search for products
- Admin Panel for both vendors and consumers
https://github.com/nooha01/Connect.git
- Open Netbeans
- Go to
File > Open Project
- Navigate to the location where you cloned the repository and select the
Connect
folder - Click on
Open Project
- Create a new MySQL database and import the
connect.sql
file located in theSQL
folder of the project - Update the
dbconfig.properties
file located in thesrc/loginform/Connectionprovider.java
file with your database credentials
- In Netbeans, click on the
Run
button or pressShift + F6
- The application should start and the Splash screen should appear
The schema for this project can be found in the SQL
folder in the root of the repository. The file is named connect.sql
. You can download it and import it to your MySQL database to create the necessary tables and relationships.
- Akshay A P
- Deepak P
- Sanjay S J
- Salihu Ahamed
- Fathima Nooha Kottangodan