Skip to content

Check MongoDB Connection With Application String

Notifications You must be signed in to change notification settings

lianstemp/MongoDBCON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDBCON (Check MongoDB Connection With Application String)

Installation

# Install All Dependencies
$ npm i --prefix

Setup

Create .env file in MONGODBCON root folder

MONGO_DB=YOUR_MONGO_DATABASE_NAME
MONGO_USERNAME=YOUR_MONGO_USER
MONGO_PASSWORD=YOUR_MONGO_PASSWORD
MONGO_HOST=YOUR_MONGO_HOST
MONGO_PORT=YOUR_MONGO_PORT # Mongo port default is 27017
MONGO_CERT=YOUR_MONGO_CERT # The cert location is in ssl folder

Running

# Start MongoDBCON on development mode
$ npm run start

About

Check MongoDB Connection With Application String

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published