If this application gets off the ground, it will support groups having long form private
conversations using E2E encryption with keys stored by the consuming clients.
Development instructions
Install Go 1.22
Install PostgreSQL 13.1
./scripts/setup_dev_dbs to create development database
Run cp .env.example .env
Update .env for login (needs google creds + session keys)
If you want emails to work, you can create an app password and use that in the .env.