Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/negativetwelve/bench-rails

Bench Rails Web/API - taskben.ch
https://github.com/negativetwelve/bench-rails

Last synced: 17 days ago
JSON representation

Bench Rails Web/API - taskben.ch

Awesome Lists containing this project

README

        

### Bench Rails Web/API

### Setup

You will need Ruby 2.0.0 and Rails 4.0. Once you have both of those installed, you can run the following:

bundle install

If all goes well, you can set up your local database (first make a copy of config/sample/database.yml to config/database.yml and change the name to be a user on your computer):

rake db:migrate

And if that goes well too, you can start the rails server!

rails s