41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
# OhMyForm API
|
|
|
|
[](https://travis-ci.org/ohmyform/api)
|
|

|
|
[](https://hub.docker.com/r/ohmyform/api)
|
|
[](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/)
|
|

|
|
|
|
[Demo](https://demo.ohmyform.com/login)
|
|
|
|
> An *open source alternative to TypeForm* that can create stunning mobile-ready forms, surveys and questionnaires.
|
|
|
|
[](https://discord.gg/MJqAuAZ)
|
|
[](https://opencollective.com/ohmyform-sustainability)
|
|
|
|
## Description
|
|
|
|
[OhMyForm](https://github.com/ohmyform) api backend
|
|
|
|
All calls to the api are through GraphQL, with the endpoint
|
|
providing an introspectable schema at `GET /graphql`
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ npm install
|
|
```
|
|
|
|
## Running the app
|
|
|
|
```bash
|
|
# development
|
|
$ yarn run start
|
|
|
|
# watch mode
|
|
$ yarn run start:dev
|
|
|
|
# production mode
|
|
$ yarn run start:prod
|
|
```
|