A web application developed with Spring Framework on backend side and React on frontend side. The project is still under development.
See the frontend repo: here
- Redis is used to store the data.
- Spring Security is used to secure the requests and resources.
- Spring Data is used to persist data.
- WebSocket is used to send and receive bidding data in realtime
Users can:
- register, login and logout.
- list the products
- Create, Read, Update and Delete their Products
User will be able to:
- give an offer to buy a product.
- sell the product by auction.