Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iodevs/validatex_example

How to use Validatex library to validate input forms...
https://github.com/iodevs/validatex_example

elixir hacktoberfest phoenix phoenix-framework

Last synced: 21 days ago
JSON representation

How to use Validatex library to validate input forms...

Awesome Lists containing this project

README

        

# Example of using [Validatex](https://github.com/iodevs/validatex) library

![](docs/register_user.gif)

## Install mix and node dependencies

```
mix setup
```

## Start your Phoenix server:

```
mix phx.server
```

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.