Skip to content

nezort11/weight-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weight/food traker/webapp

Create food and recipes. Make records!

Track page screenshot Database schema screenshot

Features

  • Clean up code + style app & forms
  • Fix formsets create/update
  • Validate product model
  • Food custom manager
  • Recipe tests
  • Record tests
  • Calorie math tests

Data model

Models:

  • Food - abstract food
  • Product - connects recipe to (of) food/recipe (adds real weight)
  • Recipe - combination of products
  • Record - eaten recipe with timestamp

API

  • create, list, update, delete food (/food/)

  • create, list, update, delete records (/track/)

Automated Testing

Automanted e2e testing with Selenium for Firefox.

  • Templates (HTML forms)

  • Views (API)

  • Forms (validation)

  • Models (database)

About

Webapp that helps you manage food and weight. 🌽

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published