A demo app showcasing a plant store using FastAPI in combination with sveltekit
The demo shop has the following features:
No database is used, as this is only a prototype. Products and Users are loaded from a json file / json string in environment, placed orders are kept in memory.
see ui/README.md and app/README.md