gigamorph / ruwithme

RUWithMe Prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patient Traking

Prototype for 2016 Yale Health Hackathon.

Developer Notes

Create MySQL database, e.g.

> create database family_development;
> grant all privileges on family_development.* to 'username'@'localhost';

Copy config/database.yml.example to config/database.yml and edit it.

$ bundle install
$ rake db:migrate
$ rails server

About

RUWithMe Prototype


Languages

Language:Ruby 63.8%Language:HTML 24.6%Language:CSS 8.7%Language:JavaScript 2.9%