🔥 (Codebase in development)
A backend API used to manage, update and delete internal products in a inventory system.
It uses Django Rest Framework, JSON format and caching to handle requests and responses, allowing interopability between systems.
Method | Route | Parameter |
---|---|---|
[GET] | view/ | [optional int] |
[POST] | create/ | name, category, quantity |
[DELETE] | delete/ | Int:id of product |
[PUT] | update/ | Int:id [extra fields] |
[GET] | search?q= | str=Item name |