formio / api

A form manager module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is now considered legacy and no longer supported. Please take a look at our recent repositories and help documentation at the following links.

This library is still under heavy initial development. It is not recommended for use at this time.

Form API

This library is designed to create REST APIs for forms generated with the form.io system. It is designed to have a pluggable architecture where it does not rely on a specific DB and can run in both the browser (service workers) and on the server (node.js).

Usage

In order to use this library you need to import FormApi into your own application and pass in a db wrapper and express instance to it. Details to come.

About

A form manager module


Languages

Language:TypeScript 100.0%