Skip to content

yuriimakohon/ubay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubay

Online web-auction with REST-API

photo

Installation

  1. git clone https://github.com/yuriimakohon/ubay
  2. Apply maven wrapper: mvn -N io.takari:maven:wrapper
  3. Build: ./mvnw clean package
  4. Run server: ./wvnw tomcat7:run
  5. Check site: http://localhost:8080/

Description

This web resource allows you to create your own online english auction. Register as an Auctioneer to create and manage new item lots, or as a Bidder to participate in auctions and bid.

API

REST:

  • Get all auctions: /api/auction/
  • Auction: /api/auction/ auctionId
  • Bid: /api/bid/ bidId
  • Feedbacks for auction: /api/feedback/ auctionId
  • All users: /api/user/
  • User: /api/user/ userId

Technologies

  • ORM DB:
    • Hibernate
    • MySQL
  • Server-side: Java servlets
  • Client-side:
    • js
    • jQuery
    • JWT
    • jsp
    • css
  • Build: Maven wrapper

Gallery

photo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •