- Make sure your postgres db is running on port 5432
- Create your .env file by starting with a copy of .env.example
- Update .env fill in missing values
- Execute command
$ task db:init
- Execute command
$ task db:migrate
- Open your browser http://localhost:8080/
- user signup UI
- family creation UI
- better login/session security