Simple team mood application.
On dev:
make env
make composer-install
make dev
open localhost:8080
On prod:
make env
vim .env
make composer-install
make prod
open whatever-your-domain-is-in-.env
- Go to index page.
- Create a team.
- Save team page to bookmark.
- Add team emails.
- Check the feedback history occasionally.
The emails are sent with the following command:
docker-compose exec php /app/bin/console feedback:links:email [TEAM_ID]
- Add email queue.
- Add cron daemon.
- Authn/authz.