Skip to content

This app is an e-commerce platform that allows users to browse and purchase books online. It is built using the Java programming language and the Spring framework (Boot, MVC, Security, Data JPA) and it uses an H2 (SQL) database to store and retrieve data.

crni99/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

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

About

This app is an e-commerce platform that allows users to browse and purchase books online. It is built using the Java programming language and the Spring framework (Boot, MVC, Security, Data JPA) and it uses an H2 (SQL) database to store and retrieve data.

Topics

Resources

Stars

Watchers

Forks

Languages