Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dongri/mongri

A web-based user interface for MongoDB and Amazon DocumentDB
https://github.com/dongri/mongri

mongodb nodejs

Last synced: about 2 months ago
JSON representation

A web-based user interface for MongoDB and Amazon DocumentDB

Awesome Lists containing this project

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)