feat(web): Store Product UI created and hooked up for viewing, editing, and saving.

This commit is contained in:
2024-10-05 21:16:42 +01:00
parent 9c2cfac948
commit 651a404ba3
72 changed files with 873 additions and 992 deletions

View File

@@ -3,6 +3,12 @@ Website with online store
Powered by flask
enter virtual environment:
python -m venv VIRTUAL_ENVIRONMENT_NAME
run module bundler:
npm run build
host for machine:
python -m flask run