Project for Predprof Olympiad 2024.
Web-App to scan vulnerabilities in NoSQL databases.
If you want to start NoSQL-scanner locally, you need to install docker and docker-compose.
After the installation run this command:
make up
# or
docker compose -f docker-compose-dev.yaml up -dTo shutdown the service, run this command:
make down
# or
docker compose -f docker-compose-dev.yaml downFor additional commands see make help
make help