/todo-quarkus-angular

A simple todo application with backend in Quarkus and frontend in angular.

Primary LanguageTypeScript

Todo Quarkus Angluar Application

contributions welcome Java CI with Maven Node.js CI

Description

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

Local Build & Deployment

Both projects have their own README.md files with instructions to start the application in local.

  1. Frontend README.md
  2. Backend README.md

How It Works

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.