Clone of https://www.rrrather.com/ that will allow users to vote for their favorite choice.
- Application: Ruby on Rails 5
- Testing: Rspec, Capybara, Simplecov, FactoryGirl
- Database: Postgres, ActiveRecord
Install by cloning the repository.
$ git clone https://github.com/KKTuttle/Rather_clone/
Check to make sure ruby and rails are installed on your machine.
$ ruby -v
$ rails -v
If they are not installed, please follow instructions here to install ruby on rails.
Install required gems:
$ bundle install
Run Postgres:
$ postgres
Navigate to project file and migrate database:
$ rake db: create
$ rake db: migrate
Start the Rails webserver:
$ rails server
Navigate to localhost:3000
in your browser of choice.
Contact by email: katka.karolcikova@gmail.com
- Github: kktuttle
- https://github.com/KKTuttle/Rather_clone
This software is licensed under the MIT license.
Copyright (c) 2016 Katarina Tuttle