/todoish

A sharable todo list built with Elixir, Phoenix, and Ash

Primary LanguageElixir

Todoish

Todoish

A real time sharable todo-list! Built with Elixir, Phoenix, LiveView, and Ash.

Check out Todoish live!


Development

  1. Install Deps
mix deps.get
  1. Setup Postgres on port 5455
  2. Setup DB
mix ash_postgres.create
mix ash_postgres.migrate

Deploy

An instance of Todoish can be set up on fly from this tutorial.