node.js application illustrating how to create a social networking like web application.It Also illustrates the features used in everyday web development, with a fine touch of best practices.
- Install mongodb
- Another way to install mongodb :
sudo apt-get install mongodb
- Install node.js
- Install npm :
curl http://npmjs.org/install.sh | sh
git clone git://github.com/pragtech/Social-Networking-Site-in-Node.js SocialNetwork
cd SocialNetwork
npm install
- Install mailer :
npm install mailer
- Install markdown :
npm install markdown
node app.js
- http://localhost:8000/
- user authentication