FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bezkoder/angular-12-spring-boot: Angular 12 and Spring Boot Fullstack example - CRUD Operations - Spring Rest API, Spring Data, Angular Router, Forms, HttpClient and Bootstrap · GitHub

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.

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL