Skip to content
Snippets Groups Projects
Matheus Horstmann's avatar
Issue #10: Add route to post form
Matheus Horstmann authored
Signed-off-by: default avatarMatheus Horstmann <mch15@inf.ufpr.br>
d6d0960b
History

Form Creator API

Build Status Coverage Report

RESTful API used to manage and answer forms.

Objective

The main objective of this project is create a Web Service which allows users to create and update its own forms offering the following features.

  • Versionable
    • The form can be updated, and answers of several versions are stored.
  • Validable
    • The forms can contain constraints and only valid answers are stored.