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:
[email protected]
Password:password
- To Login with Admin role: Email:
[email protected]
Password:password
- User accounts can
Create, Read, Update
Posts - Admin accounts can
Create, Read, Update, Delete
Posts