guillermo85 / vulntemplates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-mongoose-starter

A very bare-bones starter app, using only Express and Mongoose. Essentially, a stripped-down version of node-express-mongoose-demo.

Requirements:

Installation:

$ git clone git://github.com/aduth/express-mongoose-starter ./my-app
$ cd my-app
$ npm install

After installing, start the application using Node:

$ node server.js

You can now view the application in your browser by navigating to http://localhost:3000/

About


Languages

Language:JavaScript 48.9%Language:HTML 42.7%Language:CSS 8.4%