Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 712 Bytes

File metadata and controls

28 lines (17 loc) · 712 Bytes

Spring Boot Blog

This project was made with Java Spring Boot

Several Dependicies include:

  • Spring Data JPA
  • H2 Database
  • Thymeleaf
  • Spring Security

This project will get updated frequently as I try to implement technologies I learn or want to review.

Download

  • git clone https://github.com/mrosario123/Spring-Boot-Blog.git
  • Open in editor
  • Open http://localhost:3000 on browser

Accounts

  • To Login with User role: Email: user.user@domain.com Password: password
  • To Login with Admin role: Email: admin.admin@domain.com Password: password
  • User accounts can Create, Read, Update Posts
  • Admin accounts can Create, Read, Update, Delete Posts