- Ash Gen - Opinionated Absinthe generators
- Phoenix - Web Framework
- Ecto - ORM
- Absinthe - GraphQL
- Pow - Authorization
- ExMachina - Test factories
To start your Phoenix server:
- Update
secret_key_base
withmix phx.gen.secret
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.