Full-stack Angular 17 + Spring Boot + PostgreSQL CRUD Task Application in that:
- Each Task has id, title, descriptio and status.
- We can create, retrieve, update, delete Task.
- We can also find Task by title.
mvn spring-boot:run
The Spring Boot Server will export API at port 8081
.
npm install
ng serve --port 8081