Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongri/mongri
A web-based user interface for MongoDB and Amazon DocumentDB
https://github.com/dongri/mongri
mongodb nodejs
Last synced: 2 months ago
JSON representation
A web-based user interface for MongoDB and Amazon DocumentDB
- Host: GitHub
- URL: https://github.com/dongri/mongri
- Owner: dongri
- Created: 2014-05-16T16:53:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:57:53.000Z (over 1 year ago)
- Last Synced: 2024-08-01T17:24:02.536Z (5 months ago)
- Topics: mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 75
- Watchers: 7
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-mongodb - mongri - Web-based user interface written in JavaScript (Tools / Web)
- awesome-mongodb - mongri - Web-based user interface written in JavaScript (Tools / Web)
README
mongri
=========### Demo
------
[Mongri on Heroku](http://mongri.herokuapp.com)### Use Mongri
------
```
$ git clone [email protected]:dongri/mongri.git
$ cd mongri
$ npm install
$ node app.js
```### Docker
```
$ cd mongri
$ docker-compose up -d
```[http://localhost:3000/collections](http://localhost:3000/collections)
### Images
------
![Collections](https://raw.github.com/dongri/mongri/master/public/images/demo/collections.png?cache)
------
![Documents](https://raw.github.com/dongri/mongri/master/public/images/demo/documents.png?cache)
------
![Document](https://raw.github.com/dongri/mongri/master/public/images/demo/document.png?cache)
------
![New](https://raw.github.com/dongri/mongri/master/public/images/demo/new.png?cache)
------
![Query](https://raw.github.com/dongri/mongri/master/public/images/demo/query.png?cache)
------
![Signin](https://raw.github.com/dongri/mongri/master/public/images/demo/signin.png?cache)
------### Author
------
Dongri Jin - [@dongrify](http://twitter.com/dongrify)