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