Skip to content

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

License

Notifications You must be signed in to change notification settings

felixebert/fastapi-svelte-kit-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published