Skip to content

Spring Boot & Thymeleaf

Notifications You must be signed in to change notification settings

ufukguler/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Login / Register
  • Change Password / Email
  • Display Book, Author & Publisher
  • Display Author's Books & Publisher's Published Books
  • Add Book, Author & Publisher
  • Delete Book, Author & Publisher (admin only)
  • Change User Role (User | Admin) (admin only)

Docker

$ mvn clean install -DskipTests
$ docker-compose up
Pre-defined Users
ROLE  | login - pass
-------------------
ADMIN | admin - 123
USER  | user  - 123