softspiders / mongoose-express

Minimalistic mongoose-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Minimalistic mongoose-express

License:MIT License


Languages

Language:JavaScript 100.0%