nburt / homegrow-data-old

Sinatra app to store and serve climate data from mongo db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homegrow-data

Sinatra app to store and serve climate data from mongo db

Dependencies

  • Install mongo db with homebrew:
    • brew tap mongodb/brew
    • brew install mongodb-community
    • brew services start mongodb-community

Development

  • Install Ruby dependencies: bundle install
  • bundle exec rackup -p 9292 config.ru to start the server

About

Sinatra app to store and serve climate data from mongo db


Languages

Language:Ruby 100.0%