No description
Find a file
2024-08-09 18:10:19 +02:00
assets init 2024-08-08 00:03:58 +02:00
config Add relative time 2024-08-09 10:34:27 +02:00
lib Fix last log 2024-08-09 18:10:19 +02:00
priv Store next schedule date in database for sorting 2024-08-09 17:54:46 +02:00
test Store next schedule date in database for sorting 2024-08-09 17:54:46 +02:00
.formatter.exs init 2024-08-08 00:03:58 +02:00
.gitignore init 2024-08-08 00:03:58 +02:00
mix.exs Add relative time 2024-08-09 10:34:27 +02:00
mix.lock Add relative time 2024-08-09 10:34:27 +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