Spring Boot and Angular: Build your blog (from ZERO to HERO)

At the end of the course you will be able to build and deploy your blog in AWS - code is available to download online

Spring Boot and Angular: Build your blog (from ZERO to HERO)
Spring Boot and Angular: Build your blog (from ZERO to HERO)

Spring Boot and Angular: Build your blog (from ZERO to HERO) free download

At the end of the course you will be able to build and deploy your blog in AWS - code is available to download online

The main goal is to build together a blog application using Spring Boot and Angular.

The application will be built in a multi-module clean architecture. We will have 3 modules: core, web and admin. Core is the main module and all the dependencies point towards it. Admin module will use Thymeleaf template engine and it will be an application that runs on your computer – it will allow you to add blog posts. Web module will expose endpoints to retrieve blog posts (also we will implement backend pagination).

The frontend application that will actually display the blogposts will be written in Angular (which is a popular web framework).