A fork of babybuddy so that I can build a tracker for my grown-ass self.
Go to file
Christopher Charbonneau Wells 22779086a4 Add LICENSE and README. 2017-10-22 16:00:29 -04:00
api Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00
babybuddy Add LICENSE and README. 2017-10-22 16:00:29 -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 LICENSE and README. 2017-10-22 16:00:29 -04:00
manage.py Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00
package-lock.json Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00
package.json Rename project Baby Buddy. 2017-10-22 14:00:42 -04:00

README.md

Baby Buddy

A buddy for babies to help caregivers to track sleep, feedings, diaper changes, and tummy time!

Installation (development)

git clone https://github.com/cdubz/babybuddy.git
cd babybuddy
pip install pipenv
pipenv install --dev
pipenv shell
export DJANGO_SETTINGS_MODULE=babybuddy.settings.development
python manage.py migrate
python manage.py createsuperuser
npm install
gulp build
python manage.py collectstatic
python manage.py runserver

Development

Fake data

From within the pipenv shell, execute:

python manage.py fake