softspiders / mongoose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://localhost/test';

Running

yarn start

Authors

Alexander Lapygin

License

Licensed under the MIT license.