Skip to content

Implementation of todo backend and use vuejs as frontend

Notifications You must be signed in to change notification settings

cescoffier/quarkus-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

409e9cf · Jun 6, 2023

History

72 Commits
Jun 6, 2023
Jun 6, 2023
Jun 6, 2023
Jun 6, 2023
Jun 6, 2023
Mar 29, 2019
Nov 20, 2021
Jan 20, 2022
Jun 6, 2023
Jun 6, 2023
Jun 6, 2023
Jan 21, 2021

Repository files navigation

TODO Applications with Quarkus

GitHub Workflow Status

Database

Run:

docker run --ulimit memlock=-1:-1 -it --rm=true --memory-swappiness=0 \
    --name postgres-quarkus-rest-http-crud -e POSTGRES_USER=restcrud \
    -e POSTGRES_PASSWORD=restcrud -e POSTGRES_DB=rest-crud \
    -p 5432:5432 postgres:13.1

Imperative Application

cd quarkus-todo
mvn quarkus:dev

Open: http://localhost:8080/

Reactive Application

This version uses Hibernate Reactive, RESTEasy Reactive and Mutiny.

cd quarkus-todo-reactive
mvn quarkus:dev

Open: http://localhost:8080/

About

Implementation of todo backend and use vuejs as frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published