compass-web
v0.1.1
Published
MongoDB Compass that runs on a browser
Downloads
4,137
Maintainers
Readme
MongoDB Compass Web
MongoDB Compass that runs on a browser. Most of the features on MongoDB Compass desktop application are available on the browser. Visit the frontend-only demo.
Get started
- npm
npx compass-web -p 8080
- Docker
docker run -it --rm -p 8080:8080 haohanyang/compass-web
Then access your MongoDB compass on http://localhost:8080