Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/threeaccents/json_to_elixir


https://github.com/threeaccents/json_to_elixir

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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`](http://localhost:4000) from your browser.