In this course, we will learn Spring Boot and Vue JS. To learn it, we will follow a project step by step.
This project will be user management system.
In this application, we will learn a lot of things about Spring Boot and Vue JS.
Of course, we will implement security on both Spring Boot and Vue JS.
By the way, our project goes on with two sides. These are server side and client side.
On server side, we will use Spring Boot and we will also use:
Spring Security for secure authentication and authorization.
Liquibase for database migration.
Mysql for database.
lombok for clean code.
Gradle for library dependencies.
etc.