Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StretchShop/StretchShop
Fast & scalable e-business solution
https://github.com/StretchShop/StretchShop
ecommerce ecommerce-shopping-solution javascript microservices-application moleculer-framework nodejs
Last synced: 3 months ago
JSON representation
Fast & scalable e-business solution
- Host: GitHub
- URL: https://github.com/StretchShop/StretchShop
- Owner: StretchShop
- License: gpl-3.0
- Created: 2019-06-30T08:49:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T16:07:30.000Z (7 months ago)
- Last Synced: 2024-05-22T07:52:46.792Z (6 months ago)
- Topics: ecommerce, ecommerce-shopping-solution, javascript, microservices-application, moleculer-framework, nodejs
- Language: JavaScript
- Homepage: https://stretchshop.app/
- Size: 4.6 MB
- Stars: 66
- Watchers: 4
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-moleculer - StretchShop - Fast & scalable e-business REST API backend based on Moleculer framework, which makes it easy to run as monolithic or microservices application. (Examples / Repositories)
README
![](public/assets/_site/StretchShop-1800-whitebg.png)
# StretchShop
StretchShop is something most would call e-shop. It's created with simple goal - bring free but smart tool for someone, who wants to bring business online. In this phase, it'sIt's fast & scalable e-business REST API backend (with compiled frontend included) based on node.js [Moleculer framework](https://moleculer.services/), which makes it easy to run as monolithic or microservices application.
See https://stretchshop.app/ for more information - it's also running on StretchShop as monolith app that is extending public StretchShop.
Visit https://demo.stretchshop.app/ if you are looking for StretchShop microservices working online demo with almost 100k of generated demo products in categories and cart, with simple price and name filter. Hosted on a commercial cloud, running as docker microservices application without caching results to test the clean performance.
# Quick start
There are 3 instalation options:1. [npm](https://github.com/StretchShop/StretchShop/wiki/Installation#npm) - **your own project**. This is quick and easy way to create development environment for your own e-shop project that extends the public StretchShop, with demo data - so you can just try it in minutes.
2. [Docker](https://github.com/StretchShop/StretchShop/wiki/Installation#docker) - **latest StretchShop container**. Use this for quick demo of latest container - you may need data first.
3. [Git](https://github.com/StretchShop/StretchShop/wiki/Installation#git) - **for contributors**. And everyone who like to see the code.# Learn more
For more information about Installation and Stretchshop itself visit [Stretchshop Wiki](https://github.com/Wradgio/StretchShop/wiki).