Transform JSON into embedded schemas!
This is handy when you want to have types/validation for request/response payloads.
To start your Phoenix server:
- Clone the repo
git clone git@github.com:threeaccents/json_to_elixir.git
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.