Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 905 Bytes

File metadata and controls

25 lines (18 loc) · 905 Bytes

AshMusicDb

This project is based on the Programming Ecto book.

To start your Phoenix server:

  • Run mix setup to install and setup dependencies

  • Run mix ash.setup to setup AshPostgres

  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

  • Create a new migration mix ash.codegen <migration_name>

  • Run migration mix ash.migrate

Learn more