Skip to content

rdxi/backbone-contactr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone Contactr

Contact manager app built with Backbone.js, Node.js and MongoDB.

Featuring

  • Basic authorization and password encryption
  • REST api usage example with Node.js and Backbone.js
  • Asynchronous Module Definition with Require.js
  • Mongoose Schema usage example
  • Client-side image resizing and cropping
  • Slick ui!

Quick start

Install dependencies:

npm install

Start mongo and node server:

mongod
node server.js

Open in browser:

http://localhost:3000

Note: to make 'try demo account' link to work, you will need to create an account with username: Demo and password: Demo

About

Contact manager app built with Backbone.js, Node.js and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published