mongo-admin-server
v1.0.3
Published
Mongo database manager
Downloads
4
Readme
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"