Afreeca / ShoppingBasket

Shopping basquet that allows users to add the list of product to buy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Basquet

Backend service Shopping Basket.

Requirements:

  • CommandLine

Running the application from the command line using Maven

  1. In the base directory (containing pom.xml)
  • mvn clean install
  • mvn spring-boot:run

Running just the application test

  1. In the base directory (containing pom.xml)
  • mvn test

Running application without tests (in case tests are failing)

  1. In the base directory (containing pom.xml)
  • mvn -Dmaven.test.skip=true install

About

Shopping basquet that allows users to add the list of product to buy


Languages

Language:Java 99.0%Language:Dockerfile 1.0%