An open API service indexing awesome lists of open source software.

https://github.com/iinnffiinniittyy/selective-memory-2410

The Automated Auction System is a Java application designed for the purpose of product buying and selling. It operates via a console interface and is intended to be utilized by auction companies to facilitate their auctions. The system maintains a registry of both buyers and sellers who are affiliated with the auction company.
https://github.com/iinnffiinniittyy/selective-memory-2410

api auction-system buyer jdbc-database seller sql

Last synced: 11 months ago
JSON representation

The Automated Auction System is a Java application designed for the purpose of product buying and selling. It operates via a console interface and is intended to be utilized by auction companies to facilitate their auctions. The system maintains a registry of both buyers and sellers who are affiliated with the auction company.

Awesome Lists containing this project

README

          

# Project Name : Automated Auction System
# Project Code : selective-memory-2410
# Unique Name : Auctverse
# Logo :

![App Screenshot](https://github.com/IInnffiinniittyy/selective-memory-2410/blob/main/Assets/AUCTVERSE-LOGO.png)

# Description
The Automated Auction System is an entirely automated console application that allows for a variety of tasks to be performed by different users, including the Administrator, Product Seller, and Product Buyer roles. Its primary purpose is to facilitate the buying and selling of various items. Auction companies who organize auctions can employ this software, which includes registration for numerous buyers and sellers.

# Technology Used
- Core Java
- MySQL
- JDBC-DAO

# Features :
# Following are the lists of various users of the system and also the role of the users :

# Administrator
- Login
- View the registered buyer list.
- View the registered Seller list.
- View the daily selling report.

# Seller
- Register as seller.
- Login
- Create list of items to sell.
- View the sold Item history.
- Remove items from the list.

# Buyer
- Register as Buyer.
- Login
- Search and view Items by category.
- Purchase the items.


Thanks

(back to top)