All Projects → mateuszdw → Qaror

mateuszdw / Qaror

Questions & Answers platform on Rails - stackoverflow clone

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Qaror

Vuejs Rails Starterkit
Vue.js + Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com
Stars: ✭ 205 (+91.59%)
Mutual labels:  heroku, rails
Envied
Ensures presence and type of your app's ENV-variables (mirror)
Stars: ✭ 327 (+205.61%)
Mutual labels:  heroku, rails
django-qa
A simple Q&A App
Stars: ✭ 97 (-9.35%)
Mutual labels:  qa, questions-and-answers
Rails new
A thoughtfully designed template for building modern Rails apps. Get started in minutes instead of hours 🔥🚀
Stars: ✭ 151 (+41.12%)
Mutual labels:  heroku, rails
Rails Template
Application template for Rails 6 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Stars: ✭ 763 (+613.08%)
Mutual labels:  heroku, rails
Icare
Open Source Carpooling Platform
Stars: ✭ 196 (+83.18%)
Mutual labels:  heroku, rails
Siwapp
Online Invoice Management in Ruby On Rails.
Stars: ✭ 296 (+176.64%)
Mutual labels:  heroku, rails
Ruby2 Rails4 Bootstrap Heroku
A starter application based on Ruby 2.4, Rails 4.2 and Bootstrap for Sass 3, deployable on Heroku
Stars: ✭ 181 (+69.16%)
Mutual labels:  heroku, rails
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (+332.71%)
Mutual labels:  heroku, questions-and-answers
Property web builder
The ultimate Ruby on Rails engine for creating real estate websites ⛺
Stars: ✭ 414 (+286.92%)
Mutual labels:  heroku, rails
Stackneveroverflow
A simple Q&A platform using Ruby on Rails, support markdown.
Stars: ✭ 164 (+53.27%)
Mutual labels:  rails, qa
Letsencrypt heroku
Automated letsencrypt setup for heroku
Stars: ✭ 58 (-45.79%)
Mutual labels:  heroku, rails
Nlu sim
all kinds of baseline models for sentence similarity 句子对语义相似度模型
Stars: ✭ 286 (+167.29%)
Mutual labels:  questions-and-answers, qa
Socify
🚀 Socify is an open source social networking platform written in Ruby on Rails
Stars: ✭ 363 (+239.25%)
Mutual labels:  heroku, rails
Chatwoot
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
Stars: ✭ 11,554 (+10698.13%)
Mutual labels:  heroku, rails
Ruby Getting Started
Getting Started with Ruby on Heroku
Stars: ✭ 103 (-3.74%)
Mutual labels:  heroku, rails
Nodegoat
The OWASP NodeGoat project provides an environment to learn how OWASP Top 10 security risks apply to web applications developed using Node.js and how to effectively address them.
Stars: ✭ 1,392 (+1200.93%)
Mutual labels:  heroku
Test Data Supplier
Extended TestNG DataProvider
Stars: ✭ 105 (-1.87%)
Mutual labels:  qa
Activestorage Aliyun
Wraps the Aliyun OSS as an Active Storage service.
Stars: ✭ 103 (-3.74%)
Mutual labels:  rails
Coding further
"Coding further" is made for my students who graduated from Le Wagon coding bootcamp and are just now exploring the world of programming.
Stars: ✭ 103 (-3.74%)
Mutual labels:  rails

What is QARoR?

It's another Questions & Answers platform for Ruby on Rails

If existing opensource QA clones scares you, try use this. It`s created in Ruby on Rails of most common gems and clean solutions. No need complicated external libraries. It`s saves time and help to quickly start talk with your community. And yes I agree, it needs some finishing touches.

Live demo http://qaror.herokuapp.com/

Why you must try QARoR?

Because it`s:

  • develop in Rails fashion
  • using common gems
  • easy to develop thanks Ruby on Rails
  • easy to deploy

Install on Heroku (heroku.com)

Deploy

Install manually on Heroku

Before installation:

Type in console:

    $ git clone https://github.com/mateuszdw/qaror.git
    $ cd ./qaror
    $ bundle install
    $ git init
    $ git add .
    $ git commit -m "init qaror app"
    $ heroku apps:create your-qaror-app-name
    $ git push heroku master
    $ heroku run rake db:migrate
    $ heroku run rake db:seed

Default QARoR installation is adapted to this Heroku Addons:

    $ heroku addons:add mailgun:starter
    $ heroku addons:add memcachier:dev

If something goes wrong with addons read more on https://devcenter.heroku.com/

Contribution

Code Climate

This project was implemented at StartX Stanford Accelerator

Feel free to contribute the project

TODO

  • upgrade to Rails 4
  • more documentation and code refactoring
  • tests
  • rebuild UI with AngularJS and Bootstrap (not decide yet)
  • AngularJS based WYSIWYG

License

The MIT License - Copyright (c) 2014 Mateusz Dw

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].