Mongoadmin
Admin interface for MongoDB built using Django and Bootstrap. Features a JSON editor written in JavaScript that supports nested JSON objects.
Install / Use
/learn @thomasst/MongoadminREADME
Getting started
Make sure you have the following packages installed:
- Django 1.4
- mongo-python-driver
Make a copy the included default project settings:
cp mongoadmin_project/settings.py.dist mongoadmin_project/settings.py
Create a database for Django (by default, it is a MySQL database called mongoadmin, but you can change it in DATABASES in the settings). This database is required to store sessions or to save database connection details.
Fill in SECRET_KEY (can be any random string) in the settings.py file that you created.
Create SQL database tables:
python manage.py syncdb
Run the server:
python manage.py runserver
Go to http://127.0.0.1:8000/ and connect to your Mongo database.
License
Ideas for further development
- Connecting: Store favorites, support for SSH tunnels
- Collection view: Ability to store filters / views
- Support for indexes, etc.
Related Skills
openhue
338.0kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
338.0kElevenLabs text-to-speech with mac-style say UX.
weather
338.0kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.4kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
