Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```