Skip to content

cheatmenot/techxplore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Fork this repository: https://github.com/bentoihelloworld/techxplore.git
  2. Clone the forked repository to your local system.
  3. Complete and fix the code for the following:
    • frontend (grocerybill-ui)
    • backend (grocerybill-ws)
  4. Push your answers to your GitHub repository (techxplore).
  5. 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

Requirements for you to complete the code

grocerybill-ws

  1. Should be able to get data from the repository.
  2. Should be able to expose these endpoints.
    • /items/bill/regular
    • /items/bill/discounted

grocerybill-ui

  1. Should consume regular and discounted bill from the grocerybill-ws
  2. Should be able to bind the regular and discounted bill data to the view template using model interface.
  3. Should enable client side load balancing using ribbon
  4. Should access using this URL: http://localhost:7070/techxplore/grocery

HAPPY CODING :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.3%
  • HTML 13.7%