A fork of babybuddy so that I can build a tracker for my grown-ass self.
Go to file
Christopher Charbonneau Wells 89b47b1f99 Refactor gulp commands and travis config for whitenoise integration. 2017-10-23 13:50:20 -04:00
api Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00
babybuddy Refactor gulp commands and travis config for whitenoise integration. 2017-10-23 13:50:20 -04:00
core Linting fixes. 2017-10-22 15:05:58 -04:00
dashboard Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00
gulpfile.js Refactor gulp commands and travis config for whitenoise integration. 2017-10-23 13:50:20 -04:00
reports Linting fixes. 2017-10-22 15:05:58 -04:00
.gitignore Update Pipfile. 2017-10-22 14:43:09 -04:00
.travis.yml Refactor gulp commands and travis config for whitenoise integration. 2017-10-23 13:50:20 -04:00
LICENSE Add LICENSE and README. 2017-10-22 16:00:29 -04:00
Pipfile Add psycopg2 requirement for Postgres functionality. 2017-10-23 09:06:17 -04:00
Pipfile.lock Add psycopg2 requirement for Postgres functionality. 2017-10-23 09:06:17 -04:00
Procfile Add Heroku Procfile. 2017-10-23 04:37:23 -04:00
README.md Refactor gulp commands and travis config for whitenoise integration. 2017-10-23 13:50:20 -04:00
app.json Add Heroku config files. 2017-10-23 04:49:10 -04:00
manage.py Set default settings file in manage.py and wsgi.py. 2017-10-22 16:19:59 -04:00
package-lock.json Refactor gulp commands and travis config for whitenoise integration. 2017-10-23 13:50:20 -04:00
package.json Refactor gulp commands and travis config for whitenoise integration. 2017-10-23 13:50:20 -04:00
screenshot.png Add a screenshot and Heroku info to README. 2017-10-23 10:38:52 -04:00

README.md

Baby Buddy

Build Status Coverage Status License

A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.

Baby Buddy

Demo

A demo of Baby Buddy is available on Heroku. The demo instance resets every hour. Login credentials are:

  • Username: admin
  • Password: admin

Development

Installation

pip install pipenv
pipenv install --dev
npm install -g gulp-cli
npm install
gulp migrate
gulp

Open http://127.0.0.1:8000 and log in with the default user name and password (admin/admin).

Fake data

From within the pipenv shell, execute:

python manage.py fake