fastapi-svelte-kit-prototype

Fastapi Svelte Kit Prototype

prototype of a shop using svelte kit for the ui and fastapi for the backend

A demo app showcasing a plant store using FastAPI in combination with sveltekit

The demo shop has the following features:

  • add products to a cart, varying quantity
  • cart view, showing all added products and total price
  • login with username & password
  • order checkout

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.

Requirements

  • Python 3.9
  • Node v16

Setup & Development

see ui/README.md and app/README.md

Top categories

Loading Svelte Themes