If you are a passionate of a latest news, who like to be up to date with the newest information, this page is made for you!
Our application is a smaller version of Pintereset.com, where user can add notes to category and follow his favorites categories.
Name | Version |
---|---|
Ruby | 2.2.0 |
Ruby on Rails | 4.2.0 |
Try to follow this steps, if you want to configure the application:
$ git clone
[email protected]:netguru-training/zakinar.git
$ bundle Install
Rename the file database.yml.sample
, which is located in the config
folder.
$ cp config/database.yml.sample config/database.yml
$ rake db:Setup
$ rails s
Go to localhost:3000 in your browser.