1
0
ohmyform/api
2023-12-11 17:52:18 +01:00
..
doc Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
locales/en/mail/user Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
public Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
src add ability to delete submissions 2023-12-11 17:52:18 +01:00
.dockerignore Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
.eslintrc.js Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
.gitignore Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
.prettierrc Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
docker-compose.yml Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
Dockerfile update to node version 20 2023-12-11 15:59:15 +01:00
LICENSE.md Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
nest-cli.json Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
ormconfig_mariadb.json Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
ormconfig_postgres.json Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
ormconfig_sqlite.json Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
package.json fix deletion of forms if there have been visitors 2023-12-11 16:47:52 +01:00
README.md Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
tsconfig.build.json Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
tsconfig.json Switch to single branch (#221) 2023-12-02 19:22:40 +01:00
yarn.lock fix deletion of forms if there have been visitors 2023-12-11 16:47:52 +01:00

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