Skip to content

A web application for users to take part in the auctioning process.

Notifications You must be signed in to change notification settings

Khalid145/WebAuction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Auction Application

A auctioning system with a backend database and a Web front-end (mini-eBay).

Synchronous server-side processing of item registration, auctioning, searching and bidding (using servlets, JSP for the front-end, and EJBs for the middleware).

The software architecture implements is MVC (Model-View-Controller).

The database that is used is MySQL and has 4 tables for storing the description of auction items, personal information about the bidders, operational information about the auctions and historical information about the bids (i.e., USER, ITEM, AUCTION, BID).

Web Auction Application link: (Live Viewing Available upon request. Email: [email protected])

Releases

No releases published

Packages

No packages published

Languages