Full-stack Angular 17 + 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.
Run both Back-end & Front-end in one place:
More Practice:
Angular + Spring Boot: JWT Authentication and Authorization example
mvn spring-boot:run
The Spring Boot Server will export API at port 8081
.
npm install
ng serve --port 8081