This is a sample Todo list program written in Quarkus and Angular.
Frontend: todo-frontend-app Angluar 9
Backend: todo-backed-app Quarkus, Java 11, H2 Database
Both 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
The frontend will call the REST API exposed by the Backend to create, update, delete, and get the Todos.