Skip to content

softspiders/mongoose-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

Minimalistic mongoose example

Feature tags

  • express
  • mongoose
  • starter
  • template

Direct ancestors


Requirements

Node.js


Install

yarn

Prepare connection string

Replace YOUR_MONGODB_URI for your own MongoDb connection string

const uri = 'YOUR_MONGODB_URI';

Running

yarn start

Authors

Alexander Lapygin

License

Licensed under the MIT license.