KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ecomspark-flask
★ 13
Open GitHub ↗
Twinspark example app in Flask
Download README (.md)
Explore Similar Repositories
Try-hack-me-questions-crawler
:
this is a small script for extracting questions from try hack me room ,and creating a MD file
TermuxScreenLocking
:
ITS POWER FULL HACKING TOOL
UniAppPlayAndroid
:
基于Vue,使用HBuilderX编写的玩安卓
CuteToast
:
Material Design Custom Toast for Android | Custom Material Design Toast
varint-writing-showdown
:
How fast can you write a Google Protocol Buffer (signed) VarInt?
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ecomspark-flask
?
Download (.md)
This is a reimplementation of [EcomSpark](https://github.com/piranha/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](https://piranha.github.io/twinspark-js/) 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`).