This project is based on the Programming Ecto book.
To start your Phoenix server:
-
Run
mix setupto install and setup dependencies -
Run
mix ash.setupto setup AshPostgres -
Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server -
Create a new migration
mix ash.codegen <migration_name> -
Run migration
mix ash.migrate
- Official website
- Docs
- Livebook
- TODO:
- Relationships
- Code Interfaces
- Aggregates
- Calculations
- TODO:
- Stefan Wintermeyer