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.
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.
- err.... tests
- check that login is a valid email address
- spam sign up prevention, e.g. send a confirmation email