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 - [email protected]
- Amara Getzell - [email protected]
- Eric Stensland - [email protected]
- Matt O'Connell - [email protected]
- Neal Peters - [email protected]
-
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