Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ridwansharkar/auctioneer

Full stack online auction platform with live bidding capabilities
https://github.com/ridwansharkar/auctioneer

html javascript jdbc mysql-database sql tomcat-server

Last synced: about 2 months ago
JSON representation

Full stack online auction platform with live bidding capabilities

Awesome Lists containing this project

README

        

**Auctioneer - Online Auction System**

________________________________________________________________________________________________________________

**Overview:**

Auctioneer is intended to be a template for any Relational Database Management System (RDBMS) that resembles an online auction schema, inspired by platforms like eBay. This system allows users to buy and sell items through an online auction process, and is developed using HTML, JavaScript, and JDBC for connectivity between Java Backend and MySQL server.

________________________________________________________________________________________________________________

**Features:**

• Account Management: options for account creation, login, and logout.

• User Management: admins can manage user accounts and auctions, including deletion or suspension of accounts or auctions.

• Auction Interaction: users can create auctions, place bids, and set automatic bidding limits.

• Search & Alerts: advanced search options for items and alerts for items of interest.

• Customer Representative: may be implemented to handle user queries, assist with account issues, and modify auction details

________________________________________________________________________________________________________________
**TECH STACK:**

**Frontend:** HTML, JavaScript

**Backend:** MySQL, JDBC, Java

Apache Tomcat