Skip to content

zkoss-demo/zk10-stateless-ATE-preview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ZK 10 is ready for building Cloud-Native Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.6%
  • CSS 5.4%