api icon indicating copy to clipboard operation
api copied to clipboard

✏️ Free open source Application Programming Interface API for OhMyForm ⛺

[!IMPORTANT]
All further development of the API is now done in our main repo at https://github.com/ohmyform/ohmyform

OhMyForm API

Build Status Latest Release Docker Pulls Lokalise Last Commit

Demo

An open source alternative to TypeForm that can create stunning mobile-ready forms, surveys and questionnaires.

Discord Financial Contributors on Open Collective

Description

OhMyForm api backend

All calls to the api are through GraphQL, with the endpoint providing an introspectable schema at GET /graphql

Installation

$ npm install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod