RESTful API demos with Spring 6 WebFlux, Spring Boot 3, Spring Data Mongo, Spring Security, Spring Session and Angular (upgraded to v16)
The Angular Spring Reactive Sample application demonstrates building backend RESTful APIs with the Reactive stack in Spring 5 and creating the frontend single page application (SPA) with Angular 5. The project structure consists of a client application built with Angular CLI and a backend RESTful API developed using Spring Boot.
docker-compose up to start the required MongoDB and Redis services.ng serve to start the frontend UI.The Angular Spring Reactive Sample project showcases the integration of Angular 5 for the client-side SPA and Spring 5's Reactive stack for the backend RESTful APIs. With support for Docker and step-by-step installation instructions, developers can easily set up and run this sample application to explore the capabilities of these technologies.
Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.