turingschool/mkfriend

Name: mkfriend

Owner: Turing School of Software & Design

Description: Learn some names: https://mkfriend-turing.herokuapp.com/

Created: 2015-01-28 22:49:39.0

Updated: 2017-04-20 13:37:30.0

Pushed: 2017-04-07 02:22:43.0

Homepage: null

Size: 256

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

mkfriend

Test your knowledge of fellow students with this fun game. Can you get 10 in a row correct?

Getting Started

This repository comes equipped with a self-setup script:

% ./bin/setup

After setting up, you can run the application using foreman:

% foreman start
Importing Data

The best way to populate your locate database is with real Turing students. Use the turing:populate Rake task to do this:

% rake turing:populate

It reads data from config/people.yml. If you change the data in that file, re-run the rake task and it will change the existing records (unless you change the slug, like pat-brisbin). So if you change something in config/people.yml, just push it to Heroku and run:

heroku run rake turing:populate

Voila, your changes are live.

Guidelines

Use the following guides for getting things done, programming well, and programming in style.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.