Skip to content

threeaccents/json_to_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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 with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.