1.0.3 • Published 7 months ago

mongo-admin-server v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Built With

  • NextJS
  • Redux
  • Typescript
  • Docker

Getting Started

You can either install the Npm package

  • npm
npm i mongo-admin-server

or use the docker image

  • docker
docker pull rouan1/mongo-admin-server

then you need to add the MONGODB_URI variable to your .env or in your container environnements

MONGODB_URI="mongodb+srv://<username>:<password>@cluster-marketplace.shyjtqn.mongodb.net/?retryWrites=true&w=majority"

Authors