Step By Step Create Admin Panel With Spring Boot And Angular
- 3.8
Brief Introduction
Dashboard, Admin Panel, Hibernate, Liquibase, Spring Boot 2, Angular 7, Mysql, CRUD operations, Json Web Token (JWT)Description
In this course, we will create admin panel. With this admin panel, we will learn and implement a lot of new things. Our system will be based on user and product management system. So we will go on with users and products. The basic operations will be like below:
For users:
login
register
profile
to see all products
to purchase product
For admin:
manage users (CRUD (create, read, update, delete) operations)
manage products (CRUD (create, read, update, delete) operations)
All operations will be implemented step by step.
In this course, we will use below tools, frameworks and languages:
Spring Boot 2.1.4
MySQL
Hibernate
Liquibase
Gradle
Lombok
Spring Security
Angular 7
Intellij
Json Web Token (JWT)
Requirements
- Requirements
- Basic java knowledge
- Basic html knowledge