Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 634 Bytes

Eureka

Build Status

Eureka is a simple Rails app to publish objects that have been found or lost on campus.

Eureka

Quick start

$ git clone https://github.com/PabloVallejo/eureka.git

$ cd eureka
$ rvm gemset create ruby-2.2.0@eureka

$ bundle install

$ rake db:setup
$ rake db:migrate

# Run app.
$ bundle exec puma -C config/puma.rb

Contributing

Contributions are highly appreciated, feel free to create an issue or pull request.