Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pardjs/form-service
πThe form service used for contact, survey and other purpose.
https://github.com/pardjs/form-service
Last synced: about 1 month ago
JSON representation
πThe form service used for contact, survey and other purpose.
- Host: GitHub
- URL: https://github.com/pardjs/form-service
- Owner: pardjs
- License: mit
- Created: 2019-04-06T15:01:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T04:57:41.000Z (about 2 years ago)
- Last Synced: 2023-03-02T15:02:54.498Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# form-service
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Greenkeeper badge](https://badges.greenkeeper.io/pardjs/form-service.svg)](https://greenkeeper.io/)
[![Travis](https://travis-ci.com/pardjs/form-service.svg?branch=master)](https://travis-ci.com/pardjs/form-service)
[![Coveralls](https://coveralls.io/repos/github/pardjs/form-service/badge.svg?branch=master)](https://coveralls.io/github/pardjs/form-service?branch=master)πThe form service used for contact, survey and other purpose.
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```