To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Run
mix ecto.setup
to setup the database - Run
npm install
inassets
directory - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
- Register with your email
- Reset password or email in case your forgot
- Create a Todo and manage them
- View Todos of other users (your teammates)
- Assign the Todo to someone else
- Talk to other users by commenting on their Todo when you view them