finalfreq / Rails-StackUnderTow

Stack Underflow mock site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack UnderTow

Stack Undertow was a project for my rails week 4 course at Epicodus. The idea for the app was to create a replicate site of stackover flow.

Usage

To run this project you must have rails installed.

Open project in terminal and run bundle to install necessary gems and run the following in terminal.

rake db:create
rake db:seed
rake db:migrate
rails s

You should then be able to open on localhost:3000. You can then post questions to have answered and can answer any questions that have been posted as well as comment on answers.

Bug reports

If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us fixing the possible bug. We also encourage you to help even more by forking and sending us a pull request.

Maintainers

  1. James Williams (https://github.com/finalfreq)

License

MIT License. Copyright 2015

About

Stack Underflow mock site


Languages

Language:HTML 59.0%Language:Ruby 20.9%Language:CSS 19.6%Language:JavaScript 0.4%