Skip to content

ravasconcelos/shoppingCartSolution

Repository files navigation

Shopping Cart Solution

Shopping Cart Solution using Spring Boot and Angular 8

Solution is composed of three projects:

  • catalog-services: Spring Boot 2.2.4
  • shopping-cart-services: Spring Boot 2.2.4
  • ShoppingCartWeb: Angular 9

Installation

  1. Clone the repository: git clone https://github.com/ravasconcelos/shoppingCartSolution.git
  2. Build catalog-services (Tests are only working when executing from Eclipse)
  • cd catalog-services
  • mvn clean install -DskipTests
  • mvn eclipse:eclipse
  1. Build shopping-carts
  • cd ../shopping-cart
  • mvn clean install
  • mvn eclipse:eclipse
  1. Build ShoppingCartWeb
  • cd ../ShoppingCartWeb
  • npm install

Execution

  1. Build catalog-services
  1. Build shopping-carts
  1. ShoppingCartWeb

About

Shopping Cart Solution using Spring Boot and Angular 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published