Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 287 Bytes

The Catulator

The Catulator is a basic API and website to serve the needs of those tracking the blood glucose levels of their cats.

Development

gem install dep
dep install
dep install -f .gems-dev

createdb catulator

to run (development): rake start

to test: rake