When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Step By Step Create Admin Panel With Spring Boot And Angular
Dashboard, Admin Panel, Hibernate, Liquibase, Spring Boot 2, Angular 7, Mysql, CRUD operations, Json Web Token (JWT)

This Course Includes
udemy
4.1 (91 reviews )
5h 39m
english
Online - Self Paced
professional certificate
Udemy
About Step By Step Create Admin Panel With Spring Boot And Angular
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) We will create a admin dashboard. In this dashboard, we can handle CRUD operations. When I say CRUD operations, I mean Create, Read, Update, Delete operations. To handle these operations, we will create some reusable components. Of course to handle them, we will support operations on frontend and backend. So we will see an practical full stack example case of admin dashboard... We will create endpoints on backend. And we will provide them with the rest api endpoints. From frontend, we will use these rest endpoints and we will serve the api data with http calls... Here, we can use some out-of-date versions but it doesnt matter. Because current code infrastructure is still similar...
What You Will Learn?
- To create admin dashboard panel .
- Basic CRUD (Create, Read, Update, Delete) operations on Spring Boot and Angular .
- Spring Boot .
- Angular.