Skip to content

A Django Backend REST API used to manage, update and delete internal products in a inventory system.

License

Notifications You must be signed in to change notification settings

bluesoc/Supermarket-Inventory-Management-API

Repository files navigation

Supermarket Inventory Management API

Last Commit Django CI

Docker Image CI

Django Version Repo Size


🔥 (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.


Current API endpoints

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

IMS Software Engineering Project Page

About

A Django Backend REST API used to manage, update and delete internal products in a inventory system.

Topics

Resources

License

Stars

Watchers

Forks