https://github.com/caiaffa/exmon
Exercise from Udemy's Elixir e Phoenix do zero that creates API REST JSON with Interaction with external APIs.
https://github.com/caiaffa/exmon
elixir elixir-lang elixir-phoenix phoenix phoenix-framework
Last synced: 10 months ago
JSON representation
Exercise from Udemy's Elixir e Phoenix do zero that creates API REST JSON with Interaction with external APIs.
- Host: GitHub
- URL: https://github.com/caiaffa/exmon
- Owner: caiaffa
- Created: 2020-10-02T14:45:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T12:28:41.000Z (over 5 years ago)
- Last Synced: 2025-01-22T08:47:26.332Z (over 1 year ago)
- Topics: elixir, elixir-lang, elixir-phoenix, phoenix, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExMon
This is a web api that will create, update, show and delete a trainer and his pokemons.
## Quickstart
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.