Skip to content

Implementation of todo backend and use vuejs as frontend

Notifications You must be signed in to change notification settings

galderz/quarkus-todo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Application with Quarkus

CircleCI

Prerequisites

  • You need the master branch of Quarkus (or Quarkus 0.13.0+)

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:10.5

Application

mvn compile 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

Languages

  • Java 50.9%
  • JavaScript 31.3%
  • HTML 16.2%
  • Shell 1.6%