An open API service indexing awesome lists of open source software.

https://github.com/emadb/react-flux-experiments

An experimental architecture for react/flux applications (work in progress....feedback welcome)
https://github.com/emadb/react-flux-experiments

Last synced: over 1 year ago
JSON representation

An experimental architecture for react/flux applications (work in progress....feedback welcome)

Awesome Lists containing this project

README

          

#ECommerce

#1
Issue a search for a product and the server will return the matching list

#2
Add an item to the basket the server will do that and inform the warehouse to check the availability (or book the item)

#3
Apply a discount code, the server will calculate the new price

#4
Insert delivery address. The server will calculate the delivery costs

#5
Checkout. The server inform the warehouse to reserve the item and sends an email to the customer