A fork of babybuddy so that I can build a tracker for my grown-ass self.
Go to file
Christopher Charbonneau Wells a4ff07c9bd Add data to package.json. 2017-10-22 17:08:16 -04:00
api Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00
babybuddy Override migrate command to create admin/admin user. 2017-10-22 16:50:47 -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 Linting fixes. 2017-10-22 15:05:58 -04:00
reports Linting fixes. 2017-10-22 15:05:58 -04:00
.gitignore Update Pipfile. 2017-10-22 14:43:09 -04:00
LICENSE Add LICENSE and README. 2017-10-22 16:00:29 -04:00
Pipfile Update Pipfile. 2017-10-22 14:43:09 -04:00
Pipfile.lock Update Pipfile. 2017-10-22 14:43:09 -04:00
README.md Add data to package.json. 2017-10-22 17:08:16 -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 Add data to package.json. 2017-10-22 17:08:16 -04:00
package.json Add data to package.json. 2017-10-22 17:08:16 -04:00

README.md

Baby Buddy

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

Installation (development)

git clone https://github.com/cdubz/babybuddy.git
cd babybuddy
pip install pipenv
pipenv install --dev
pipenv shell
python manage.py migrate
npm install
gulp build
python manage.py runserver

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

Development

Fake data

From within the pipenv shell, execute:

python manage.py fake