| Name | Version |
|---|---|
| Ruby | 2.6.4 |
| Ruby on Rails | 6.0.0 |
$ git clone https://github.com/tskupinski/bikeramp-api.git
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails server
Your app should now be running on localhost:3000. Please keep in mind that this is only API there are no views implemented.