This is a sample Todo list program written in Quarkus and Angluar.
Frontend: todo-frontend-app Angluar 9
Backend: todo-backed-app Quarkus, Java 11, H2 Database
Both the projects have their own README.md files with instructions to start the application in local.
Frontend application runs on localhost:4200
Backend application runs on localhost:8080
Fronend will call the REST Api exposed by the Backend to create, update, delete and get the Todos.