Skip to content

The DigitalState Form.io Microservice

License

Notifications You must be signed in to change notification settings

okorneliuk/Formio

 
 

Repository files navigation

Formio

Form.io microservice

Installation
docker-compose up -d

Then point your browser to: http://localhost:3001

Build Status Coverage Status Scrutinizer Code Quality

Screenshots

formio login formio form menu formio full form example formio radio component edit

Sever Validation Example

URL: {{services}}{{environment}}/scenarios/e049f2b4-b249-48c2-850c-64d4c4b39527/submissions

Body:

{
	"data": {
		"firstName": "Morgan",
		"description": "Big pothole at street 1 and 2"
	}
}

Response:

{
    "type": "https://tools.ietf.org/html/rfc2616#section-10",
    "title": "An error occurred",
    "detail": "data.lastName: \"lastName\" is required",
    "violations": [
        {
            "propertyPath": "data.lastName",
            "message": "\"lastName\" is required"
        }
    ]
}

About

The DigitalState Form.io Microservice

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%