10000 GitHub - gigamorph/ruwithme: RUWithMe Prototype
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gigamorph/ruwithme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0