Nutrition Web App Made using Golang (GIN and GORN frameworks), REACT frontend and PostreSQL database
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
Merge pull request #1 from RobiGavranovic/Development
a37b90fView on GitHubCreated new user deletion endpoint and button on the profile page
21729cbView on GitHubAdded two missing titles for consumption analitics page
c988cfdView on GitHubfixed bug with consumption page where the today's consumption history list was not notifying the parent of the deletion
8f87540View on GitHubCreated list of allergens and intolerances and what ingredients cause them. Added intolerance and allergens information for each meal. Added allergen and intolerance detection in recipes page
3580b17View on GitHubFixed bugs: Sending empty age or height to calorie calories, missing daily goal value from DB on profile FE, ingredient consumption and daily consumption history rounding inconsistency.
0cb8166View on GitHubFixed some responsiveness issues and changed Recipes page navbar. Changed topbar logic from being coded on every page to being an element
38367abView on GitHubFixed error in consumption, endpoint mistake in BE. Fixed BE issue with returning same meals multiple times. Created recipes page. Ported initial page’s recipes logic to recipes page
9daad95View on GitHubAdded search by origin and search by name to recipes initial page. Removed old, redundant console logging
746abd9View on GitHubFixed BE consumption history calories summing from DB for daily, weekly and monthly versions
374e6a3View on GitHubFixed responsiveness of consumption page and removed redundant google token sending from FE to BE
f903bcaView on GitHubCreated Consumption History Bar Chart. Merged History bar chart and success pie chart into a single element
458dfc9View on GitHubFixed issues with ingredient consumption, created today's consumption editing with FE updating w/o BE calls, created pie chart goal success rate based on range
7774711View on GitHubRemoved reduntant constant google token checking in BE, endpoints are already secure by requireAuth
a48ad5bView on GitHub