Skip to content

softspiders/mongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

Minimalistic mongoose example

Feature tags

  • mongoose
  • template

Direct descendants


Requirements

Node.js


Install

yarn

Prepare connection string

Replace YOUR_MONGODB_URI for your own MongoDb connection string. For example, in case of local mongodb server:

const uri = 'mongodb:https://localhost/test';

Running

yarn start

Authors

Alexander Lapygin

License

Licensed under the MIT license.