Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 813 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 813 Bytes

ZK 10 shopping cart demo

Prerequisites

Install Docker and Docker Compose

How to run

Run War

Run with ./gradlew war in terminal

Note: make sure ./build/libs/shopping_cart_demo.war exist.

Run docker containers for development

Run with cd ./docker in terminal

  • $ docker-compose up -d: create and start the containers in background
  • $ docker-compose down -v: stop and remove the containers with all its volumes

After docker compose start, application can be accessed in http://localhost/shoppingCart

Licence

Demo code: MIT