# Epicodus Overflow
This is a forum for questions about programming for the Epicodus class (www.epicodus.com). It is based on the Stack Overflow forum.
Before running the app, run ‘bundle install’ to install the necessary gems, ‘rake db:create’ to create your database, and then ‘rake db:schema:load’ to load the database schema.
To start the app, run ‘rails s’ and type ‘localhost:3000’ into your browser.