Skip to content

pfeilbr/ruby-mongodb-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ruby MongoDB Examples

Examples of using MongoDB from ruby

Getting Started

Install MongoDB on Mac via Homebrew

brew update
brew install mongodb

start mongodb

mongod

install gem dependencies

bundle install

Run example

bundle exec ruby app.rb

About

Ruby MongoDB Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages