phonebook
v0.0.0
Published
a Sails application
Downloads
7
Readme
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
- Node.js 0.10.33
- NPM 1.4.28
- Sails.js 0.10.5
- MongoDB 2.0.4
Installation of Softwares steps are as follows:
- You can refer to this link for installation of Node.js "http://sailsjs.org/#/getStarted"
- You can refer to this link for installation of Sails.js"https://github.com/balderdashy/sails-docs/blob/master/getting-started/getting-started.md"
- 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"
- You can refer to this link for installation of MongoDB "http://docs.mongodb.org/manual/installation/"