Skip to content

vsolovyov/ecomspark-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a reimplementation of EcomSpark in Python using Flask framework.

It's an example of a working eCommerce site: product list with endless scroll, where you can add a product to a cart, etc.

It's built using TwinSpark on the frontend, which allows you to add interactivity without writing a single line of JavaScript.

App is written in a way when each endpoint is able to integrate with TwinSpark, works with JS-less browsers and presents a JSON API (try curl localhost:5000).