Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 433 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 433 Bytes

Macros-for-geeks

This is a nutrition diary to help you keep track of your macronutrients and weight goals. User's can make use of a API from the USDA(https://fdc.nal.usda.gov/) to save nutrition information of food, and then post the data into a SQLite database via a .Net API. We used Angular for the interface to make it easier for CRUD operations (to create, read, update, and delete data).