python_projects_grocery_webapp
python_projects_grocery_webapp copied to clipboard
…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...
 Unable to perform any operation  
new order is not being inserted in the database using save button
getting this error while running server.py file Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try...
I run the server then it said no database grocery_store, I did create one to get one step further but couldn't. `mysql.connector.errors.ProgrammingError: 1049 (42000): Unknown database 'grocery_store'`
Backend Solutions for the exercise added. It would be great if you could review these and give me feedback.
I hope you like the changes I made and accept my pull request.
updated dashboard.js file and some minor updates