https://github.com/pardjs/form-service
๐The form service used for contact, survey and other purpose.
https://github.com/pardjs/form-service
Last synced: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T04:57:41.000Z (over 2 years ago)
- Last Synced: 2025-02-07T08:31:08.496Z (5 months 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
[](https://github.com/prettier/prettier)
[](https://greenkeeper.io/)
[](https://travis-ci.com/pardjs/form-service)
[](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
```