Skip to content

Instantly share code, notes, and snippets.

@deepaksinghvi
Created March 28, 2012 17:35
Show Gist options
  • Save deepaksinghvi/2228503 to your computer and use it in GitHub Desktop.
Save deepaksinghvi/2228503 to your computer and use it in GitHub Desktop.
load all the required modules
//create an app server
var express = require('express'),
jade = require('jade'),
app = module.exports = express.createServer(),
mongoose = require('mongoose'),
models = require('./models/model.js'),
stylus = require('stylus'),
db,
TestUser;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment