Login

Lost your password?
Don't have an account? Sign Up

Spring Boot + Angular Full Stack | Full Course ✅

In this course, you will learn how to build a full-stack web application using Spring boot as backend and Angular as frontend.

?Course Contents ?
⌚[00:00:00] – Course Overview
⌚[00:01:05] – Chapter 1: Project Overview
⌚[00:07:30] – Chapter 2: Project Architecture and Development Process
⌚[00:13:01] – Chapter 3: Creating Spring Boot Project and MySQL Config
⌚[00:19:05] – Chapter 4: Creating JPA Entity and JPA Repository
⌚[00:24:20] – Chapter 5: Creating List Employee REST API
⌚[00:32:22] – Chapter 6: Creating Angular App
⌚[00:41:33] – Chapter 7: Exploring Angular CLI Project Structure
⌚[00:47:32] – Chapter 8: Angular App Components Overview
⌚[00:51:32] – Chapter 9: Add Bootstrap 4 to Angular App
⌚[00:57:14] – Chapter 10: Creating Angular List Employee Component
⌚[01:11:27] – Chapter 11: Connecting Angular with List Employee REST API
⌚[01:24:31] – Chapter 12: Routing and Navigation in Angular App
⌚[01:39:14] – Chapter 13: Create Employee REST API
⌚[01:43:14] – Chapter 14: Creating Angular Create Employee Component
⌚[01:48:59] – Chapter 15: Angular Create Employee Form Handling
⌚[01:58:16] – Chapter 16: Connecting Angular with Add Employee REST API
⌚[02:07:13] – Chapter 17: Creating Get Employee By Id REST API
⌚[02:13:26] – Chapter 18: Creating Update Employee REST API
⌚[02:20:38] – Chapter 19: Creating Angular Update Employee Component
⌚[02:29:24] – Chapter 20: Connecting Angular with Get Employee By Id REST API
⌚[02:37:00] – Chapter 21: Connecting Angular with Update Employee REST API
⌚[02:43:31] – Chapter 22: Creating Delete Employee REST API
⌚[02:49:44] – Chapter 23: Connecting Angular with Delete employee REST API
⌚[02:56:08] – Chapter 24: Creating View Employee Details Functionality
⌚[03:08:22] – Chapter 25: Demo and source code on GitHub

Source code on Github at

What you'll learn:
– Learn how to develop a CRUD Full Stack application with Angular front-end and Spring Boot back-end
– You will learn how to Build great RESTful APIs with Spring Boot
– You will learn to solve the challenges of connecting an Angular Frontend to a RESTful API ( spring boot)
– You will learn to connect REST API to JPA/Hibernate with Spring Boot
– You will learn to use a wide variety of Spring Boot Starter Projects – Spring Boot Web, and Spring Boot Data JPA
– You will learn the basics of Angular – Angular Modules, Components, Data Binding and Routing

Pre-requisites for this course:
– Core Java
– Spring Boot Basics
– Basic knowledge with HTML & CSS.
– Basic knowledge of TypeScript.
– Node.js and npm installed.
– Good to know Angular Basics ( though I will explain Angular basics in this course)

#SpringBoot #Angular #Course

RECOMMENDED COURSES
———————————————————————————————————
1. Spring Boot + Angular Full Stack | Full Course [2021] ✅ –
2. Spring Boot React Full Stack | Full Course [2021]✅ –
3. Spring Boot Hibernate MySQL CRUD REST API Tutorial | Full Course –
4. Java Collections Framework | Full Course [2021]✅ –
5. Spring Boot AWS Deployment – Full Course [2021] ✅ –
6. Spring Boot Web Application Development | Full Coding Course ✅ | Student Management System Project –
7. Spring MVC Tutorial | Spring Boot | Full Course [2021] ✅ –
8. Validation in Spring Boot | Hibernate Validator | Crash Course 2021 –
9. Java Thymeleaf Template Tutorial for Beginners | Crash Course 2021 –
10. Spring Boot Tutorial | Full Course [New] –

https://www.educational.guru

26 comments

  1. Java Guides

    Note: If you face “”Blocked by CROS policy: No ‘access-control-allow-Origin’ header is privet on the requested resources”” issue.
    Solution: Please add @CrossOrigin(origins = “http://localhost:4200”)
    annotation to EmployeeController:
    @CrossOrigin(origins = “http://localhost:4200”)
    @RestController
    @RequestMapping(“/api/v1/”)
    public class EmployeeController {
    }

    Refer my GitHub repository for complete the source code – https://github.com/RameshMF/Angular-10-Spring-Boot-CRUD-Full-Stack-App/blob/master/springboot-backend/src/main/java/net/javaguides/springboot/controller/EmployeeController.java

  2. Hassell

    Ramesh, this is an absolutely brilliant course. Thank you so much for this, it’s really helped me to get to grips with the basics of Angular with Spring Boot. Thanks so much for putting this together! ?

  3. Esther AlQaisi

    I love how you use so many coding examples. Most Java tutorials are made to be appealing to the eyes, but they only talk about theory. You don’t really learn anything from those. It’s just about fame and money. But your explanations actually help students learn. Thank you

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*