Skip to content

Created a full-stack Angular 15 + Spring Boot CRUD application with WebSocket support for real-time updates, enabling users to create, retrieve, update, delete, and search books by title.

Notifications You must be signed in to change notification settings

mariaaalexandra/Bookstore

Repository files navigation

Spring Boot + Angular 15 CRUD example

Full-stack Angular 15 + 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 15 CRUD example

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

Integrate Angular with Spring Boot Rest API

More Practice:

Angular + Spring Boot: File upload example

Angular + Spring Boot: JWT Authentication and Authorization example

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

image

image

image

About

Created a full-stack Angular 15 + Spring Boot CRUD application with WebSocket support for real-time updates, enabling users to create, retrieve, update, delete, and search books by title.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published