Server-Components is a Spring Boot backend project designed for managing user authentication and access control in Angular applications.
BE for Angular-Components Project
This tool is primarily used by developers building Angular applications that require a secure backend for user authentication and data management. It provides a structured way to implement identity and access management features using Spring Boot.
Ensure to configure the application.yaml correctly for database and server settings, especially when deploying to AWS Elastic Beanstalk.
Create Spring Boot project in the IDE
Add the basic dependencies: Jpa, Security, MySql, Lombok, Spring Web in pom.xml
Create necessary packages: configuration, repository, controller, model, service, util, filter