Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 666 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 666 Bytes

JSON to Elixir

Transform JSON into embedded schemas!

This is handy when you want to have types/validation for request/response payloads.

Screen Shot 2023-06-26 at 8 02 58 PM

Running locally

To start your Phoenix server:

  • Clone the repo git clone [email protected]:threeaccents/json_to_elixir.git
  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.