Hi there! This is a small application which makes use of Express framework and Mongoose to register users. This application was partially made by following the tutorial from here but a LOT of modifications and improvements have been done.
This project was done for FOSSASIA under the umbrella of GCI (Google Code In).
You need to have mongodb installed on your system. This application was tested on Ubuntu 15.04
- Run
$ npm start
- Open http://localhost:3000
A tutorial will be available over at my blog shortly. Stay tuned!