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.
- https://help.form.io
- https://github.com/formio/formio.js
- https://github.com/formio/formio
- https://github.com/formio/react
- https://github.com/formio/angular
- https://github.com/formio/vue
This library is still under heavy initial development. It is not recommended for use at this time.
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).
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.