Skip to content
Sebastian’s Status Report for 23/03/2024
Weekly Accomplishments:
- GET Requests for FastAPI up and running
- Able to query all tables in Sous-Chef DB
- Added Recipes Table
- Need to figure out what to do with Image types (if we will have images on separate BLOB storage)
- API performs:
- GET /info/ – pulls all info in the food_info table
- GET /inventory/ – pulls all info in the food_inventory table
- I almost have POST requests up and running, currently need to type check some stuff to make it seamless
Next Weeks Goals:
- Get POST Requests working to add to DB
- Finish Add/Remove Ingredient functionality
- Finish Add/Remove Recipe functionality
- Figure out how to handle and store images for Recipes