A simple web chat app with registration, that operates through redis
It was initially a part of another project - Vulnbox with OWASP Top 10 2017 vulnerabilities
Here is the Terraform infrastructure that we used
Here is an example of docker-compose config.
Basically, this project needs:
- a web app running on 8000 port
- redis running on 6379 port
- PostgreSQL database running on 5432
Ports, of course, can be changed through the config files