FINAL PROJECT FOR AN ADVANCED PYTHON CLASS
Thank you Professor Lionel Levine for being an awesome teacher!
What The Project Does
- Creates a menu with item names and prices
What Each File Does
- editorgui - opens a program where you can edit/change shop name and description, and add/remove item menu
- htmlgenerator - after changes are made in the editorgui program, generates an html file
- server - request html file to open on server
- backenddata - contains create json file function and load json file function
Instructions
- run editorgui to input/change/remove menu items
- save changes to create json file of items and generate an html file
- run server and open http://localhost:12345/ on browser to see created menu