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: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T10:13:43.000Z (over 3 years ago)
- Last Synced: 2025-02-01T07:43:51.766Z (over 1 year 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

## 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.