Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/iodevs/validatex_example
- Owner: iodevs
- Created: 2020-01-01T14:06:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T10:13:43.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T05:56:55.471Z (almost 2 years ago)
- Topics: elixir, hacktoberfest, phoenix, phoenix-framework
- Language: Elixir
- Homepage: https://validatex.herokuapp.com/
- Size: 4.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.