This website has multiple features:
- Get food macronutrients from the Nutrionix API
- Login system with features like forgot password and change password
- Calculate macronutrients and calories for the user base on age, height, weight and activity
- Manually edit calories or enter custom macros
- Automatically count daily consumed calories and save them to the database runs( every day at 23:59 )
- Track calories by day
- git clone https://github.com/Jakub-coding99/calories-database-website
- Install dependencies: pip install -r requirements.txt
- Register on Nutrionix API and get your API KEY and API ID
- Run the app: python main.py
This project uses the Nutrionix API to retrieve food and macronutrient data. All nutrients data provided by Nutrionix




