Skip to content

Instantly share code, notes, and snippets.

@tomasevich
Last active March 18, 2020 20:22
Show Gist options
  • Save tomasevich/ef5b0428716e249402488f3c92a12324 to your computer and use it in GitHub Desktop.
Save tomasevich/ef5b0428716e249402488f3c92a12324 to your computer and use it in GitHub Desktop.
Админка БД (mongo)

Админка БД (mongo) - лучшая!

Ранее, я писал о админке для mongodb, но как оказалось, есть намного круче интерфейс.

Установка

  1. Устанавливаем пакет из оф.репозитория:
$ git clone https://github.com/mrvautin/adminMongo.git
$ cd adminMongo
  1. Устанавлиаем зависимоти:
$ npm install
  1. Запускаем приложение:
$ npm start
  1. Идем в браузер и проверяем http://localhost:1234/

Информация на английском языке здесь

Русская версия

Можно установить родной язык добавив в файл (./adminMongo/config/app.json) настроек:

{
	"app": {
		"locale": "ru"
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment