A small web app to track the daily events of a baby such as Wet and Dirty Diapers, and Feeding timings and durations
3 Docker containers are used
- Flask App
- Postgres Database
- nginx web server
- Clone this repo
cd baby-tracking
to move into the source directorydocker compose build && docker compose up
- the apps runs on localhost:4000