Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tianzonglin/utrecht2sell
A small, fast, and light sale system built with no heavy backend modules but with complete crud functions of production.
https://github.com/tianzonglin/utrecht2sell
google-excel javascript jsdelivr-cdn
Last synced: about 1 month ago
JSON representation
A small, fast, and light sale system built with no heavy backend modules but with complete crud functions of production.
- Host: GitHub
- URL: https://github.com/tianzonglin/utrecht2sell
- Owner: TianZonglin
- License: other
- Created: 2024-03-09T07:07:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T14:07:39.000Z (10 months ago)
- Last Synced: 2024-11-08T00:11:46.150Z (3 months ago)
- Topics: google-excel, javascript, jsdelivr-cdn
- Language: JavaScript
- Homepage:
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a small, fast, and light sale system built with no heavy backend modules. I designed a framework that could complete the crud functions of production and also with a nice show list interface. I use Google Excel to store the goods items data, you can check the example [here](https://docs.google.com/spreadsheets/d/e/2PACX-1vT5AeaNQiGQU8WYNKagxCiwFp36LRaX0w06oFleiz14NNb0_YgVxY2VpP8C4PeBi2gu6qwwcC8IlzZA/pubhtml#). The 'publish' function could let us access our table online so that we can get the content/data via filtering the HTML file.
Then I store the pictures of goods on GitHub.com and use the cdn like fastened by jsDelivr.
Finally, with the data and image URLs, we can build our front-end interface. I used the simple style to list the items and hosted the pages on the public service platform called Glitch.com.If you'd like to build up your online shop, you can read the description of the system and make it by yourself immediately.
![demo](https://cdn.jsdelivr.net/gh/TianZonglin/utrecht2sell/demo2.jpg)