Node.js + Express + MongoDB + Mongoose Starter

This is a simple template to get started with Node.js + Express + MongoDB + Mongoose.

Installation

npm install

Running in development

npm run dev

Demo-ing the application

http://localhost:3000/demo

(Every time you reload, a new random number gets generated and added to the database)