Online web-auction with REST-API
git clone https://github.com/yuriimakohon/ubay
- Apply maven wrapper:
mvn -N io.takari:maven:wrapper
- Build:
./mvnw clean package
- Run server:
./wvnw tomcat7:run
- Check site: http://localhost:8080/
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.
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
- ORM DB:
- Hibernate
- MySQL
- Server-side: Java servlets
- Client-side:
- js
- jQuery
- JWT
- jsp
- css
- Build: Maven wrapper