Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 992 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 992 Bytes

storeManager

Build Status Coverage Status

Code Climate

GitHub issues

A web application to help store managers maintain their inventories and manage sale records.

Try on Heroku: https://store-man90.herokuapp.com/stman/api/v1.0/products

/stman/api/v1.0/sales GET sales POST sale

/stman/api/v1.0/sales/int:sales_record GET sale PUT sale DELETE sale

/stman/api/v1.0/products GET products, POST product

stman/api/v1.0/products/id GET product, PUT, DELETE