Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 492 Bytes

Bookstore

This project is part of Haaga-Helias server programming course with Java. You can add books and categories for books. Login & Registration with Spring Security.

Credentials for trying out

  1. For admin usage: admin, admin
  2. For regular user: user, user

Try it out here

Content:

  1. MVC implemented with thymeleaf
  2. Database & JPA
  3. REST service
  4. Spring Security
  5. Testing (JUnit)
  6. Release & Deployement to Heroku.