A simple Node.js script that drops all collections from specified MongoDB databases. Perfect for cleaning demo environments, test databases, or any scenario where you need a fresh start. This ...
Create a Docker volume (if not exists) Create a Docker network (if not exists) Start a MongoDB container with custom credentials Mount an init script to configure your database and user ...