ohmyform-api/README.md
Michael Schramm a620971276 update readme
2020-06-01 00:53:28 +02:00

883 B

OhMyForm API

Financial Contributors on Open Collective Project Status

Discord

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

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