A real time sharable todo-list! Built with Elixir, Phoenix, LiveView, and Ash.
Check out Todoish live!
- Install Deps
mix deps.get
- Setup Postgres on port
5455
- Setup DB
mix ash_postgres.create
mix ash_postgres.migrate
An instance of Todoish can be set up on fly from this tutorial.