baraneedharan/NodeJS-Login-Demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Intro
This is a simple demo site using node.js with modules Express, Jade and cradle
Install Steps
Install node.js
npm install express jade cradle - To install node modules
brew install couchdb - to install coachDB
curl -X PUT http://localhost:5984/users - To create Database
node app.js - To run the application
http://localhost:3344/ - To view the output in browser
Database
http://localhost:5984/_utils/ - open this URL in browser to access the Database