Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 618 Bytes

>> lunarDict

A simple English-Polish-English dictionary written in Ruby and Sinatra.

It is currently deployed on heroku and can be accessed at

However, if you want to run it locally, here are the requirements:

  • Ruby 1.9.3
  • Sinatra 1.4.2
  • RubyGems 2.0.3
  • Bundler 1.3.2
  • PostgreSQL 9.1.9

At first, you need to run:
bundle install
rake db:migrate
Then run the application:
ruby app.rb
...and type http://localhost:4567/ in your browser.