https://github.com/ohmyform/api
✏️ Free open source Application Programming Interface API for OhMyForm ⛺
https://github.com/ohmyform/api
hacktoberfest hacktoberfest2020 ohmyform
Last synced: about 1 month ago
JSON representation
✏️ Free open source Application Programming Interface API for OhMyForm ⛺
- Host: GitHub
- URL: https://github.com/ohmyform/api
- Owner: ohmyform
- License: agpl-3.0
- Archived: true
- Created: 2020-05-05T14:16:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T18:23:24.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:21:03.520Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2020, ohmyform
- Language: TypeScript
- Homepage: https://ohmyform.com
- Size: 2.21 MB
- Stars: 66
- Watchers: 7
- Forks: 35
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - ohmyform/api - ✏️ Free open source Application Programming Interface API for OhMyForm ⛺ (hacktoberfest)
README
> [!IMPORTANT]
> All further development of the API is now done in our main repo at https://github.com/ohmyform/ohmyform# 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
```