Skip to content

willsimmons/testAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • npm/yarn install
  • create your mongoDB and create a user for it
  • create your .env file in ./

#in mongo DB command write a script

  • use testAPI db.createUser({user:"ADMIN", pwd:"helloWorld",roles:["dbOwner"]}) db.createUser({user:"primary", pwd:"helloWorld",roles:["readWrite"]})

in .env place DB_USER, DB_PASSWORD, DB_PORT_, DB_NAME SERVER_PORT SERVER_HOST http://mongoosejs.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published