Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 715 Bytes

README.md

File metadata and controls

54 lines (32 loc) · 715 Bytes

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.