Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threeaccents/json_to_elixir
https://github.com/threeaccents/json_to_elixir
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/threeaccents/json_to_elixir
- Owner: threeaccents
- License: mit
- Created: 2023-06-22T01:55:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T19:14:48.000Z (about 1 year ago)
- Last Synced: 2023-10-25T20:31:57.264Z (about 1 year ago)
- Language: Elixir
- Homepage: https://json-to-elixir.com
- Size: 347 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
# 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.