Docker Compose for Mongo and Mongo-Express
Containerized the MongoDB and Mongo Express. MongoDB is a free and open-source cross-platform document-oriented database program. Mongo Express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. The tool may be used by an individual or a team to setup Mongo and work with Mongo Express.
Uploaded the docker images on the Docker Hub as well.
After navigating to the directory, run using
docker-compose up -d
If you wish to pull the images directly from the Docker Hub, run
docker run -d avibhat/mongo avibhat/mongoexpress