Contact manager app built with Backbone.js, Node.js and MongoDB.
- 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!
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