Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadako/muimui
Very primitive and minimalistic CRUD application for MongoDB.
https://github.com/nadako/muimui
Last synced: 11 days ago
JSON representation
Very primitive and minimalistic CRUD application for MongoDB.
- Host: GitHub
- URL: https://github.com/nadako/muimui
- Owner: nadako
- Created: 2011-08-09T11:37:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-15T13:51:34.000Z (over 13 years ago)
- Last Synced: 2024-10-25T09:49:57.992Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# muimui - minimal MongoDB editing app
This is minimal [MongoDB](http://www.mongodb.org/) database editing web application I created for personal use when
developing projects. It uses [Flask](http://flask.pocoo.org/) web mini-framework.It allows to list and drop databases and collections, add and edit documents.
I'll probably add more features if I'll need it. It's no community project, I just shared it so
it may be useful for someone and also to have a shared code storage for this program. :)