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