Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ridwansharkar/auctioneer
- Owner: RidwanSharkar
- Created: 2024-05-13T05:02:50.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T18:46:02.000Z (5 months ago)
- Last Synced: 2024-08-21T04:07:48.044Z (5 months ago)
- Topics: html, javascript, jdbc, mysql-database, sql, tomcat-server
- Language: Java
- Homepage:
- Size: 29.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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