angular-commerce

Angular components for scaffolding online store

Github星跟踪图

Store components

Online store components written in Angular.

Full API and documentation check here.

Check change log here

Store architecture

Components dependencies

Most of components are separated from each other. The most common dependency is Data Abstraction Layer (DAL).
DAL is a bridge for some connector ( for now Firebase Connector ). DAL contains methods for manipulating with database
(get products, add products to shopping cart, remove products from shopping cart etc.), auth api (register user, login, logout etc.).

Querying to database

As we started to use firebase for database, auth, storage, it was a question how to process heavy queries with aggregations, multiple conditions etc. Firebase Realtime Databese api was very simple for our requirentments.
After some time of research we stayed at ElasticSearch.
It's fast, allow to make heavy hard queries and Firebase team wrote an adapter to firebase called Firebase Flashlight.
For example, queries in Product Service are written like ElasticSearch queries.

Organization of products

About products organization you can read in docs for services, for example, Product service or Basket service.

Creating other connectors

If you want to create you own connector you must adopt it to ElasticSearch flashlight output.

Docs

To create documentation:

npm i
npm run build-docs

To serve documentation:

npm run serve-docs

主要指标

概览
名称与所有者NodeArt/angular-commerce
主编程语言TypeScript
编程语言TypeScript (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2017-03-16 11:39:27
推送于2023-04-18 07:40:46
最后一次提交2019-11-14 11:37:37
发布数1
最新版本名称v1 (发布于 )
第一版名称v1 (发布于 )
用户参与
星数564
关注者数59
派生数253
提交数56
已启用问题?
问题数13
打开的问题数0
拉请求数10
打开的拉请求数3
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?