mvn clean package quarkus:dev
curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST http://localhost:8080/hiring -d @- << EOF
{
"candidate": {
"name": "Harry Potter",
"email":"[email protected]"
}
}
EOF
curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST http://localhost:8080/hiring -d @- << EOF
{
"candidate": {
"name": "Paulo",
"email":"[email protected]"
}
}
EOF
curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST http://localhost:8080/hiring -d @- << EOF
{
"candidate": {
"name": "Pere",
"email":"[email protected]"
}
}
EOF
In the compiled project!
./form-generation-cli-linux
- Running app: http://localhost:8080
- Quarkus Dev UI: http://localhost:8080/q/dev
- Forms js: https://pefernan.github.io/formDropdowns.js