EpiFlickr

By Katarina Tuttle

A how to program is a clone of https://www.learnhowtoprogram.com.

Technologies Used

  • Application: Ruby on Rails 5
  • Testing: Rspec
  • Database: Postgres, ActiveRecord

Installation

Install EpiFlickr by cloning the repository.

$ git clone https://github.com/KKTuttle/Rails-how_to_program

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

Support and contact details

Contact by email: katka.karolcikova@gmail.com

Navigate to localhost:3000 in your browser of choice.

License

This software is licensed under the MIT license.
Copyright (c) 2016 ** Katarina Tuttle**