Skip to content

kilic-mustafa/ecommerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Application

Description

The E-Commerce Application is a Java Swing-based desktop app that simulates basic e-commerce operations. It offers a user-friendly interface for account management, product browsing, cart management, processing purchases, and other essential e-commerce functions.

Features

  • Account creation and management
  • Favorite Management
  • Order Management
  • User-friendly GUI with Java Swing

Screenshots

Ekran görüntüsü 2024-12-17 214033

Ekran görüntüsü 2024-11-22 150813

Ekran görüntüsü 2024-11-22 150843

Ekran görüntüsü 2024-11-22 151059

Ekran görüntüsü 2024-11-22 151059

Ekran görüntüsü 2024-11-22 151131

Technologies Used

  • Java
  • Java Swing for GUI
  • MySQL
  • XAMPP

Installation

  1. Clone the repository:
git clone https://github.com/kilic-mustafa/ecommerce-app.git

cd ecommerce-app
  1. Set Up the Database:
a. Start MySQL with XAMPP
Launch XAMPP and start the MySQL module.
Open phpMyAdmin (usually accessible at http://localhost/phpmyadmin).

b. Import the Database
In phpMyAdmin, go to the Import tab.
Click on Choose File and select your database.zip file.
Ensure the correct format is selected (usually .sql after unzipping).
Click Go to import the database. This will populate your MySQL instance with the necessary tables and data
  1. Run Project:
javac Main.java
java Main

Usage

  1. Launch the application.
  2. Follow the on-screen instructions to perform e-commerce operations.

Contribution

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature/new-feature)
  5. Create a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

E-commerce application using Java Swing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages