Skip to content

droznyk/vol2-delta

 
 

Repository files navigation

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:

About

Sandbag - the best app for climbing-lovers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.6%
  • HTML 25.9%
  • JavaScript 22.7%
  • CSS 1.1%
  • CoffeeScript 0.7%