https://github.com/natthasath/docker-mongo-express
MongoDB is a NoSQL, document-oriented database that allows for flexible and scalable data management. It uses JSON-like documents with optional schemas and provides features such as indexing, auto-sharding, and aggregation.
https://github.com/natthasath/docker-mongo-express
docker-compose mongo mongo-express
Last synced: about 2 months ago
JSON representation
MongoDB is a NoSQL, document-oriented database that allows for flexible and scalable data management. It uses JSON-like documents with optional schemas and provides features such as indexing, auto-sharding, and aggregation.
- Host: GitHub
- URL: https://github.com/natthasath/docker-mongo-express
- Owner: natthasath
- License: mit
- Created: 2023-02-10T09:31:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:02:04.000Z (over 1 year ago)
- Last Synced: 2025-02-26T10:36:58.321Z (over 1 year ago)
- Topics: docker-compose, mongo, mongo-express
- Language: YAML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 DEMO Mongo Express
MongoDB is a NoSQL, document-oriented database that allows for flexible and scalable data management. It uses JSON-like documents with optional schemas and provides features such as indexing, auto-sharding, and aggregation.



### 🏆 Run
- [http://localhost:8081/](http://localhost:8081/) username : `admin` password : `admin`
```shell
docker-compose up -d
```
### 👉🏻 Try it out
```shell
mongosh mongodb://username:password@localhost:27017/?authMechanism=DEFAULT&authSource=db
```