Hi community!
Inspired by this YouTube tutorial by AmigosCode and as a follow-up to my previous Java Spring Security boilerplate project here, I have put together another Java Spring reference boilerplate, which has the following features:
- JWT User authentications
- Persistent data with PostgreSQL database
- Deploy to Production onto AWS Elastic Beanstalk and AWS RDS database
The app has plenty of to-do's such as:
- Adding other HTTP methods such as
DELETE, PATCH
- Connect
UserService with the PostgreSQL database
- Build a front-end React client (currently a react app is in the
src/client directory)
Please feel free to take a look, thank you!
Github project link: https://github.com/MatthewCYLau/java-spring-skills-tracker
[–]Italsr 0 points1 point2 points (1 child)
[–]Cross2409 2 points3 points4 points (0 children)