Skip to content

TheWebX/iTV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS Spring MongoDB - iTV Test

This is the web frontend for select the products, calculate the discount and for checkout with PayPal.

  • The Store page will show the products and the last promotions available
  • Inside the Cart will show the price before the promotions, the total discount and final price
  • Inside the PayPal official transaction page will be displayed the products, discount and total to pay

#### How to configure

  • Edit the file application file into the context for select the spring profile "mongodb" or "mock"
  • Switch the comment inside the application boot class for include the mongo autoconfig (mongodb spring profile)

#### How to run the app