[![Build Status]]
This application uses node.js, express and Mongoose to connect to a MongoDB database that contains movie titles. The application allows a user to search for titles by name. If a partial name is supplied, it will return a list of all matching movie titles.
If user does not provide a title and clicks "Search", then all titles will be returned.
If user selects an item from the list, its movie details shall be displayed.
NOTE: You need to have node.js and mongodb installed and running.
$ git clone git://github.com/frafi/mongoose-express-node.git
$ npm install
$ npm start
Then visit http://localhost:3000/
-app/
|__controllers/
|__models/
|__mailer/
|__views/
-config/
|__routes.js
|__config.js
|__express.js (express.js configs)
-public/
$ npm test