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.
Technology | version |
---|---|
Ruby | 2.4.2 |
Rails | 5.1.5 |
PostgreSQL | 10.2 |
- Clone our app:
$ git clone https://github.com/netguru-code-college/vol2-delta.git
- Enter directory:
$ cd vol2-delta
3. Instal all necessary gems:
$ bundle
- Create and seed database:
$ rails db:create
$ rails db:migrate
$ rails db:seed
- Run rails server:
$ rails server
Enjoy!