Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Build Production Ready REST API in Spring Boot - Expense App

Posted By: naag
Build Production Ready REST API in Spring Boot - Expense App

Build Production Ready REST API in Spring Boot - Expense App
updated 7/2022
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 17.5 Hours | Lec: 195 | 8.39 GB
Genre: eLearning | Language: English

Learn building production ready REST APIs in Spring Boot, JPA, Spring Security, JWT, MySQL and Deploy to Heroku, AWS

What you'll learn
Learn building End-to-End Production Ready REST API
Build a complete Expense Manager REST API with Spring Boot, Spring Security, Data JPA, JWT and MySQL Database
Learn to create REST end points to perform Database operations
Learn how validate the REST APIs
Learn how to handle Exceptions and create Custom Exceptions
Learn how create Mapping between two Entities
One to One mapping
One to One Bi-directional mapping
One to Many mapping
One to Many Bi-directional mapping
Learn how to filter the records by writing JPA finder/query methods
Learn how to use Lombok
Learn how use Spring Security in Spring Boot application
Learn how to configure multiple Users using In-memory Authentication
Learn how to test REST APIs in Postman effectively
Learn how to use Postman advance features
Learn how to add Swagger for API Documentation
Learn how to add JWT token based Authentication to Spring Boot application
Learn how to deploy Spring Boot application to Heroku
Learn how to deploy Spring Boot application to AWS
Learn how to dockerize the Spring Boot Application with MySQL database
And many more…

Requirements
Basics of Java
Basics of Spring MVC and Spring Boot
Description
Welcome to the World's Best Online Course for learn and building Production Ready REST API for Expense Manager API. There is a lot packed into this course, Let's see what's included in this course -



NEW UPDATES: I ADDED NEW VIDEOS ON

- Dockerize the Java Program

- Dockerize the Spring Boot Application

- Dockerize the Spring Boot Application with MySQL Database



What is Spring Boot?

Spring is one of the most popular framework for building Enterprise applications

Spring Boot is a tool to create Spring based applications quickly and easily with zero configuration.



What is Spring Data JPA?

Spring Data JPA is Java Persistence API for Object Mapping, Hibernate is the default implementation for JPA.



What is Spring Security?

Spring Security is separate project, created by spring team. We can use Spring Security to secure the application.



What is JWT?

JWT is a JSON Web Token, which is used to Secure the REST APIs using token based mechanism



We will start from absolute scratch -

Understanding the REST APIs/RESTful Web Service

Understanding the basics of Spring Boot such as, Spring Boot Starters, @SpringBootApplication annotation, Spring Boot project structure

You will learn the different ways of creating Spring Boot project

You will learn to create the REST end points

You will connect Spring Boot application to MySQL database

You will learn to perform the database operations using Data JPA

You will learn validating the REST APIs

You will learn handling the exceptions, custom exceptions, global exceptions and many more

You will learn adding Pagination and Sorting to REST APIs

You will learn creating REST end points for Users

You will add Spring Security to the application

You will understand the Spring Security default configuration

You will learn configuring multiple users using In-memory authentication

You will learn creating custom user details and validate user against MySQL database

You will learn the Basic Authentication

You will create REST end point for Login

You will learn reading the records only for the logged in user

You will learn Mapping two entities using @OneToMany annotation

You will learn using Lombok annotations

You will learn adding JWT to the application

You will JWT token based authentication

You will learn the advance features of Postman REST client

You will learn setup the automation script inside the Postman to test APIs

You will learn basic Git commands to push the code to Github repository

You will learn deploying the application to the Production server (Heroku)

Who this course is for:
Anyone who wants to learn REST API with Spring Boot
Anyone who wants to enhance their skills with Spring Boot and Spring Security