/Social-Networking-Site-in-Node.js

Social networking site in nod.js

Primary LanguageJavaScript

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 Steps

  • 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/

Dependencies

Todo demos

Contributors

pragtech