Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohmyform/api
✏️ Free open source Application Programming Interface API for OhMyForm ⛺
https://github.com/ohmyform/api
hacktoberfest hacktoberfest2020 ohmyform
Last synced: 4 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T18:23:24.000Z (11 months ago)
- Last Synced: 2024-04-13T21:21:03.520Z (7 months 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
[![Build Status](https://travis-ci.org/ohmyform/api.svg?branch=master)](https://travis-ci.org/ohmyform/api)
![Latest Release](https://badgen.net/github/tag/ohmyform/api)
[![Docker Pulls](https://badgen.net/docker/pulls/ohmyform/api)](https://hub.docker.com/r/ohmyform/api)
[![Lokalise](https://badgen.net/badge/Lokalise/EN/green?icon=libraries)](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/)
![Last Commit](https://badgen.net/github/last-commit/ohmyform/api)[Demo](https://demo.ohmyform.com/login)
> An *open source alternative to TypeForm* that can create stunning mobile-ready forms, surveys and questionnaires.
[![Discord](https://img.shields.io/discord/595773457862492190.svg?label=Discord%20Chat)](https://discord.gg/MJqAuAZ)
[![Financial Contributors on Open Collective](https://opencollective.com/ohmyform-sustainability/all/badge.svg?label=financial+contributors)](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
```