0.0.0 • Published 9 years ago

phonebook v0.0.0

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

phonebook

a Sails application

Introduction

Address Book application is for doing CRUD operations. In this application we are using node.js , sails.js , mongoDB. In this a user can store persons name , email-id and contact number.

List of Software we are using Versions

  1. Node.js 0.10.33
  2. NPM 1.4.28
  3. Sails.js 0.10.5
  4. MongoDB 2.0.4

Installation of Softwares steps are as follows:

  1. You can refer to this link for installation of Node.js "http://sailsjs.org/#/getStarted"
  2. You can refer to this link for installation of Sails.js"https://github.com/balderdashy/sails-docs/blob/master/getting-started/getting-started.md"
  3. After creation of project and testing, do following steps a. for windows give "npm install" from command Line b. for ubuntu give "sudo npm install"
  4. You can refer to this link for installation of MongoDB "http://docs.mongodb.org/manual/installation/"