- 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).
- Send via email by following this format:
- Sender email address: email address used during registration
- Recipient email address: [email protected]
- Subject name: Accenture TechXplore - Code Challenge
- Body:
- Github repository link
- 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 bind the regular and discounted bill data to the view template using model interface.
- Should enable client side load balancing using ribbon
- Should access using this URL: http://localhost:7070/techxplore/grocery
HAPPY CODING :D