Introduction
In this project we use Angular and Spring Boot to build a simple full stack application, i.e. a todo List.
We will finish the project following these steps:
- Use Angular to build front-end.
- Use Spring Boot to build a RESTful back-end service.
- Connect Angular Frontend to Spring Boot RESTful Services.
- Implement Spring Security with Basic Authentication.
- Connect Spring Security with JWT.
- Connect REST API With JPA and Hibernate.