codebasics / python_projects_grocery_webapp

105 stars 149 forks source link

This commit adds detailed SQL Database setup instructions to the READ… #12

Open Rudraprasad-Mohapatra opened 5 months ago

Rudraprasad-Mohapatra commented 5 months ago

…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.