Video managment JSON API that works as the backend for Animu-Web
. This app serves as a “Hello World” for introducing myself to new technologies and as such is never made with the intention of use in a production system. This is the third iteration using the Elixir + Phoenix Framework.
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Populate the database with
mix run priv/repo/seeds.exs
- Start Phoenix endpoint with
mix phoenix.server