A web application built on Rails used to aggregate community answers to user questions.
To test out this application locally, fork and clone the repo.
$ git clone your-local-fork-here
Run bundle install
, rake db:migrate
, rake db:seed
, rails s
, and navigate to the appropriate location in your browser to interact with the application.
Bug reports and pull requests are welcome on GitHub at https://github.com/ChristopherJamesN/CommunityAnswers. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The application is available as open source under the terms of the MIT License.