Important
All further development of the API is now done in our main repo at https://github.com/ohmyform/ohmyform
An open source alternative to TypeForm that can create stunning mobile-ready forms, surveys and questionnaires.
OhMyForm api backend
All calls to the api are through GraphQL, with the endpoint
providing an introspectable schema at GET /graphql
$ npm install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod