Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 292 Bytes

Bookstore

Java (Spring, Thymeleaf)

Description

This is my first project using Spring MVC. The project is a simple website for book selling. With Spring Security, I setup seperate role for users and admin

Roles

  1. User: can only view the website
  2. Admin: CRUD books to the website