Clone the repository
git clone https://github.com/likhith1409/MongoDB-Backup-Manager.git
cd MongoDB-Backup-Manager
Configure environment
cp .env.example .env
# Edit .env with your MongoDB connection string
Start with Docker Compose
docker-compose up -d
Access your dashboard
Open http://localhost:5552 in your browser
admin
admin
Requirements
Clone and install dependencies
git clone https://github.com/likhith1409/MongoDB-Backup-Manager.git
cd MongoDB-Backup-Manager
npm run install:all
Configure and build
cp .env.example .env
# Edit .env with your settings
npm run build
Start the server
npm start
You're all set!
Access dashboard at http://localhost:5552