Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

ohmyform/api

Repository files navigation

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