#There are 3 users
- admin/admin
- buyer/buyer
- seller/seller
Step 1: Authenticate by using: http://localhost:8080/login/ passing user roles, u get token
Next Steps: use all end points to that user by passing bearer token in authorization.
Future Steps:
- All controller endpoint is being written in their respective controller.
- Auction API will be called on the basis of the role of the user.
#TO-DO Auction Implementation logic is pending
#Taken-Care
- Security of all apis on the basis of the role, is being catered .
- Skeleton of the assignment is read.