- Fork this repository: https://github.com/bentoihelloworld/techxplore.git
- Clone the forked repository to your local system.
- Complete and fix the code for the following:
- frontend (grocerybill-ui)
- backend (grocerybill-ws)
- Push your answers to your GitHub repository (techxplore).
- Open a pull request
- Add comment with your complete name and email and send.
- Should be able to get data from the repository.
- Should be able to expose these endpoints.
- /items/bill/regular
- /items/bill/discounted
- Should consume regular and discounted bill from the grocerybill-ws
- Should be able to add the attribute from regular and discounted bill using model interface so that view can easily access the data.
- Should enable client side load balancing using ribbon
- Should access using this URL: https://localhost:7070/techxplore/grocery
HAPPY CODING :D