Skip to content

MongoDB Leon, a database command center from the browser. Web alternative to Studio3T and MondoDB Compass

Notifications You must be signed in to change notification settings

Just4Ease/MongoLeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoLeon

MongoDB Leon, a database command center from the browser. Web alternative to Studio3T and MongoDB Compass

Usage:

// ESM or Babel or TS

import MongoLeon from 'mongoleon'

or

const MongoLeon = require('mongoleon')

const express = require('express')

const app = express();

const MongoLeonConfig = {
DBName: 'test',
URL: 'mongodb://localhost:27017/test'
}

app.use(MongoLeon.init(MongoLeonConfig));

app.listen(8080);

Visit http://localhost:8080/mongo-leon

Aggregation UI MongoLeon Aggregation

Query UI MongoLeon Aggregation

About

MongoDB Leon, a database command center from the browser. Web alternative to Studio3T and MondoDB Compass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published