Skip to content

bezkoder/angular-12-spring-boot

Repository files navigation

Angular 12 + Spring Boot example: CRUD Application

Full-stack Angular 12 + Spring Boot Tutorial CRUD Application in that:

  • Each Tutorial has id, title, description, published status.
  • We can create, retrieve, update, delete Tutorials.
  • We can also find Tutorials by title.

angular-12-spring-boot-crud-example.png

Spring Boot + Angular 12 CRUD example

Run both Back-end & Front-end in one place:

Integrate Angular 12 with Spring Boot Rest API

More Practice:

Angular 12 + Spring Boot: File upload example

Angular 12 + Spring Boot JWT Authentication

Run Spring Boot application

mvn spring-boot:run

The Spring Boot Server will export API at port 8081.

Run Angular Client

npm install
ng serve --port 8081

About

Angular 12 and Spring Boot Fullstack example - CRUD Operations - Spring Rest API, Spring Data, Angular Router, Forms, HttpClient and Bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published