python_projects_grocery_webapp
python_projects_grocery_webapp copied to clipboard
This commit adds detailed SQL Database setup instructions to the READ…
…ME.md file. The instructions cover creating the grocery_store database, creating tables for products, orders, and unit of measure (uom), inserting demo data into the tables, and setting up foreign key constraints. This will provide clear guidance for setting up the database environment.