Skip to content

pefernan/kie-live-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kie Live Example

COMMANDS:

Start App

mvn clean package quarkus:dev

Create Users:

curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST http://localhost:8080/hiring -d @- << EOF
{
  "candidate": {
    "name": "Harry Potter",
    "email":"potter@email.com"
  }
}
EOF
curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST http://localhost:8080/hiring -d @- << EOF
{
  "candidate": {
    "name": "Paulo",
    "email":"paulo@email.com"
  }
}
EOF
curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST http://localhost:8080/hiring -d @- << EOF
{
  "candidate": {
    "name": "Pere",
    "email":"pere@email.com"
  }
}
EOF

Create forms

In the compiled project!

./form-generation-cli-linux

URLS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages