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

https://github.com/markfchavez/damits.ph


https://github.com/markfchavez/damits.ph

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

== README

Models
======

- Product
~ name
~ description
~ price
~ photo

- Order
-- has many order items
-- has one order detail
~ payment_method
~ bank_deposit
~ cash_on_delivery
~ state
~ for_delivery
~ completed

- OrderItem
-- belongs to product
-- belongs to order
~ quantity
~ size

- OrderDetail
-- belongs to order
~ name
~ address
~ email