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

34 lines
883 B
Markdown

# OhMyForm API
[![Financial Contributors on Open Collective](https://opencollective.com/ohmyform-sustainability/all/badge.svg?label=financial+contributors)](https://opencollective.com/ohmyform-sustainability)
![Project Status](https://img.shields.io/badge/status-0.9.0-green.svg)
[![Discord](https://img.shields.io/discord/595773457862492190.svg?label=Discord%20Chat)](https://discord.gg/MJqAuAZ)
> An *open source alternative to TypeForm* that can create stunning mobile-ready forms, surveys and questionnaires.
## Description
[OhMyForm](https://github.com/ohmyforn) 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
```