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

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.

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.