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

https://github.com/wayou/egg-form-validation-example

egg form validation example
https://github.com/wayou/egg-form-validation-example

eggjs form validation

Last synced: 27 days ago
JSON representation

egg form validation example

Awesome Lists containing this project

README

          

egg-form-validate-example
===

Sample repo to demonstrate form validation in Egg.js with egg-validation plugin.

## Installing

```sh
$ npm i
# or
$ yarn
```

## Usage

start the server and visit localhost:7002.

```sh
$ npm run dev
# or
$ yarn dev
```