Baby Tracking

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

  1. Flask App
  2. Postgres Database
  3. nginx web server

To run

  1. Clone this repo
  2. cd baby-tracking to move into the source directory
  3. docker compose build && docker compose up
  4. the apps runs on localhost:4000