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.
- Host: GitHub
- URL: https://github.com/iinnffiinniittyy/selective-memory-2410
- Owner: IInnffiinniittyy
- Created: 2022-11-08T06:37:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T07:10:57.000Z (about 3 years ago)
- Last Synced: 2025-03-16T06:16:31.552Z (over 1 year ago)
- Topics: api, auction-system, buyer, jdbc-database, seller, sql
- Language: Java
- Homepage: https://drive.google.com/file/d/1vSzHFOFXlIogSYh6Ku2G7pYv55krjJO5/view?usp=share_link
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name : Automated Auction System
# Project Code : selective-memory-2410
# Unique Name : Auctverse
# Logo :

# 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.