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.
git clone https://github.com/mrosario123/Spring-Boot-Blog.git- Open in editor
- Open http://localhost:3000 on browser
- To Login with User role: Email:
user.user@domain.comPassword:password - To Login with Admin role: Email:
admin.admin@domain.comPassword:password - User accounts can
Create, Read, UpdatePosts - Admin accounts can
Create, Read, Update, DeletePosts