110 likes | 204 Views
Healthy Cuisine Database. CS 3310 Semester Project. Executive Overview.
E N D
Healthy Cuisine Database CS 3310 Semester Project
Executive Overview A healthy cuisine website wishes to create a web application that allows users to search for recipes by criteria such as ingredients, tools used, and meal category. The web application frontend will access the main table which will contain individual recipe details. It will also access the supplementary ingredients, utensils, and meal category tables which will be linked to it by intersection tables, in order to facilitate searching by criteria. Additional functionality in the form of cross-referenced nutritional information and a grocery inventory system is planned as well. In the interest of agile development, the recipe system will be the initial focus, with the secondary systems incorporated at a later date.
SQL statements for creating tables and inserting records into the tables SQL statements SQL statements SQL statements SQL statements SQL statements SQL statements SQL statements SQL statements SQL statements SQL statements SQL statements ...
Tables Recipes, Utensils, and Categories tables, with intersection table relating rows.
Tables - 2 • Recipes & Ingredients Tables, with intersection tables relating rows
Queries Ingredient Search Query Utensil Search Query Category Search Query
Appendix Future Work A cross-referenced nutritional information system and a linked grocery inventory system would be added at a later date. This would entail finding a way to access a nutritional information database (or data warehouse) as well as possibly linking UPC codes for easier information retrieval.