An open API service indexing awesome lists of open source software.

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.

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.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 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
```