Sample blog made in mongo db, using the mongoid gem
** Make sure to have the mongo server installed in yout machine. **
To run the project first clone the repo. ‘git clone github.com/danfaiole/mongodb_blog`
Install the gems ‘bundle install`
If you want some sample text to fill the blog run ‘rake db:seed`
Run the server ‘rails s`