Skip to content

strobemonkey/express-mongo-starter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Mongo Starter App

Purpose

This is a starter app for creating Express applications with basic sign up and sessions, using Mongoose to store objects and sessions in MongoDB. Lots of stuff taken from Pedro Teixeira's Node Tuts series.

Installation

Express 1.0.8 requires Node.js 0.2.x

Install the following via npm:

  • express@1.0.8
  • mongoose@1.1.2
  • stylus@0.4.0

MongoDB is also required.

TODO

  • err.... tests
  • check that login is a valid email address
  • spam sign up prevention, e.g. send a confirmation email

About

Express, Mongoose, Jade, Stylus starter app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published