A web application for automated collection, monitoring and analysis of complaints from residents of the district
cp .env.example .env
docker compose build
docker compose up -d
.
├── .github/ –> CI/CD configuration
├── docker/postgres/ -> pgsql extensions
├── e2e/ –> End-To-End tests (cypress)
├── .env.example
├── .env.test
├── .gitignore
├── docker-compose.yml
└── README.md