Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.43 KB

README.md

File metadata and controls

58 lines (47 loc) · 1.43 KB

Sandbag


Netguru Code College Deploy Build Status

Sandbag is the best application for all climbing-lovers. You can check new, cool places all around the world to climb. Also you can check ranking of best climbers and most popular climbing places.

Technologies:

Technology version
Ruby 2.4.2
Rails 5.1.5
PostgreSQL 10.2

How to start


  1. Clone our app:
$ git clone https://github.com/netguru-code-college/vol2-delta.git
  1. Enter directory:
$ cd vol2-delta

3. Instal all necessary gems:

$ bundle
  1. Create and seed database:
$ rails db:create
$ rails db:migrate
$ rails db:seed
  1. Run rails server:
$ rails server

Enjoy!

Authors:

Mentors: