Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.31 KB

File metadata and controls

50 lines (38 loc) · 1.31 KB

Book Store

  • Spring Boot
  • Spring MVC
  • Spring Security
  • Spring Data JPA
  • Thymeleaf
  • H2 database
  • Tests

Docker

  • Pull docker image
docker pull crni99/bookstore
  • Run docker and expose port
docker run -d -p 8080:8080
  • Open a web browser and paste this:
http://localhost:8080/

Screenshots

User part

Book_user

Shopping Cart

Cart_user

Checkout

Checkout_user

Admin part

Username and password: ognjen

Show all, search, edit and delete.

Book_admin

Add new book / validation

Book admin_add

Orders

Book_orders

Order

Book_order