Python + Flask + MySQL - App created to display tasting profiles of different wines by sommeliers.
Features to implement:
-
change input of type to dropdown selector of 9 profiles
- have dropdown options run through validation to omit first value of 'select disabled' 'select one' option
- have dropdown options when selected to appear in db
-
add API function with wine db
-
deploy to AWS or via other means
-
add custom CSS to replace bootstrap or implement Tailwind