Deep Work Hours is a time tracking software built with Elixir, Phoenix, and Tailwind CSS
In Oct 2019, I started a new job as a tech lead, and switched from PHP to Elixir. With the intention to master the tech stack my team is using, I rebuild my side project Deep Work Hours with the same tech stack.
mix deps.get
mix ecto.setup
config/dev.secret.exs.sample
to config/dev.secret.exs
config/dev.secret.exs
cd assets && npm install
mix phx.server
Auth0 handles the user authentication.
None