Show-and-Tell: Slack-first app built with Elixir

I have deployed my first complete Elixir-Phoenix app, so I just wanted to share the code and a walk through of the code in case it might help anyone else getting started.

The app you can find here: https://delega.app.

It is a Slack-first (and Slack-only) todo app which tracks and assigns todos within Slack, essentially treating Slack like a multi-person CLI.

You can find the code here: https://github.com/negcx/delega
Video walking through the code: https://vimeo.com/363978140

On the video I mention a few resources, they are linked here:
How to manage changes to your database?
Versioning
Elixir: Up And Running With Dokku On Digital Ocean
Deploying Elixir’s Phoenix Framework on Dokku
TailwindCSS

Elixir, Phoenix, Ecto, and the whole ecosystem are really amazing to work with. The documentation is exceptional, and the community is warm, welcoming, and helpful.

Please let me know if you have any questions. You can find me here on the forum or on Twitter at @negcx.

11 Likes