Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 526 Bytes

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.