No description
Find a file
2024-10-21 01:37:59 +02:00
assets Add prose style 2024-08-10 14:20:56 +02:00
config Use postal in production as email backend 2024-10-21 01:37:59 +02:00
lib Setup docker 2024-08-15 13:26:58 +02:00
priv Add email notifications 2024-08-15 03:01:46 +02:00
rel/overlays/bin Setup docker 2024-08-15 13:26:58 +02:00
test Extract mail to module 2024-08-15 11:26:01 +02:00
.dockerignore Setup docker 2024-08-15 13:26:58 +02:00
.formatter.exs init 2024-08-08 00:03:58 +02:00
.gitignore Setup docker 2024-08-15 13:26:58 +02:00
compose.yaml Setup docker 2024-08-15 13:26:58 +02:00
Dockerfile Setup docker 2024-08-15 13:26:58 +02:00
mix.exs Use postal in production as email backend 2024-10-21 01:37:59 +02:00
mix.lock Use postal in production as email backend 2024-10-21 01:37:59 +02:00
README.md init 2024-08-08 00:03:58 +02:00

ChoreTracker

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more