mybuddy/README.md

32 lines
647 B
Markdown
Raw Normal View History

2017-10-22 20:00:29 +00:00
# Baby Buddy
2017-10-22 21:08:16 +00:00
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.
2017-10-22 20:00:29 +00:00
## Installation (development)
```
git clone https://github.com/cdubz/babybuddy.git
cd babybuddy
pip install pipenv
pipenv install --dev
pipenv shell
python manage.py migrate
2017-10-22 21:23:48 +00:00
npm install -g gulp-cli
2017-10-22 20:00:29 +00:00
npm install
gulp build
python manage.py runserver
```
Open [http://127.0.0.1:8000](http://127.0.0.1:8000) and log in with the default
user name and password (admin/admin).
2017-10-22 20:00:29 +00:00
## Development
### Fake data
From within the pipenv shell, execute:
```
python manage.py fake
```