Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 445 Bytes

== README for Portfolio App

This app is still in development and provides rudimentary information about my professional software development portfolio:

https://genejohnson.herokuapp.com/

  • Ruby version : Rails '4.2.3'

Author: Gene Johnson

Git clone https://github.com/Gene5ive/porfolio_rails.git

cd portfolio_rails

bundle

rake db:create
rake db:schema:load
rake db:test:prepare

rails s

navigate to localhost:3000

License: MIT