A Dev Bootcamp final project.
infobytes is inspired by those who have benefited from online instruction on technical subjects and wished for a more uniform and concentrated platform for tutorial creation and consumption. This is a combined effort to use the tools we learned at Dev Bootcamp in order to give back to fledgling coders and those interested in technology.
Created by:
- Alex Codreanu - alexcodreanu86@gmail.com
- Amara Getzell - agetzell@gmail.com
- Eric Stensland - estensland88@gmail.com
- Matt O'Connell - matthew.j.oconnell1@gmail.com
- Neal Peters - nealcpeters@gmail.com
-
Fork the repo and clone the files onto your machine:
$ git clone https://github.com/[YOUR GITHUB USERNAME]/infobytes.git
-
Navigate to the application directory and run bundle install:
$ bundle install
-
Create, migrate and seed your database with one simple rake task:
$ rake db:setup
- Launch the application locally:
$ rails s
- View application by navigating to http://localhost:3000 in your browser