Skip to content
Snippets Groups Projects
Lucas Fernandes de Oliveira's avatar
Lucas Fernandes de Oliveira authored
Resolve "Evitar SQL injection"

Closes #20

See merge request !17
65aa08e0
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.