Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 531 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 531 Bytes

Book Shopping Web

Vuejs Web UI application that uses ShopAPI REST JSON APIs

Scope

  • List & browse books (complete)
  • Search, Paginate books (pending)
  • Book Detail Page (pending))
  • Cart (pending)

In dev

docker-compose build
docker-compose up

Verify and test

open http://localhost:8082

Build & Test Production Image

make build
docker run -it --rm -p 8083:80 devteds/demo-bookstore-shopui:latest
open http://localhost:8083

Build & Push

make build
make push