iEv0lv3 / kaizen

A portal for iterative self-improvement.

Home Page:https://www.kaizen.fyi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Kaizen

Your portal to iterative self-improvement.

The :: Kaizen :: Landing Page

Kaizen, as a word, comes from the Japanese philosophy of improving oneself in any way, big or small. Kaizen, as an application, is built with this philosophy at it's core.

About Kaizen ::

Kaizen is an application about community improvement. At it's core, Kaizen seeks to help bridge the gap between students and junior developers breaking in to development and large, professional communities like Stack Overflow. Turing taught us that developer empathy should be at the forfront of developer engagement. As a developer team, we set out to bring empathy to those who may feel intimidated in other spaces. The result? Kaizen.

Table of Contents ::

Build Status

Production

Looking to figure out how to use our production application? Check out the information below.

Signing Up


Logging In


Searching the Application


Post Question


Leave a Comment


Answer Question


Development

Versions

Setup

If you are interested in seeing what it looks like under the hood, follow these steps to bring to your local machine.

  • FORK and CLONE this repository.

  • Head to your terminal and type the following commands:

    bundle install
    bundle update
    rails db:{drop,create,migrate,seed}
    
  • Want to see it in a local server? Do this:

    rails s
    

    Then open your favorite browser and head to localhost:3000

  • Interested in our testing coverage and suite? Do this:

    bundle exec rspec
    

Contributions

About

A portal for iterative self-improvement.

https://www.kaizen.fyi/


Languages

Language:Ruby 72.7%Language:HTML 21.2%Language:CSS 4.4%Language:JavaScript 1.6%