Minimal Flask app for managing MongoDB
git clone https://github.com/mdnahian/flask-mongo-admin.git && cd flask-mongo-admin
pip install -r requirements.txt
python __init__.py
- Go to
http://localhost:5000/admin
on your browser
Edit config.py to change configuration. The following can currently be edited:
-
app
- host
- port
- debug
- blueprint
- is set to
False
by default
- is set to
-
mongodb
- host
- port
- url
- is set to
None
by default
- is set to
-
root_route
- is set to
admin
by default
- is set to