From 60bdc03b64895d1115bdcaa03253192c35e73655 Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Sat, 18 Nov 2023 16:30:12 +0700 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc594aa..f587a0d 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# Inventory-Management-System \ No newline at end of file +# Inventory Management System + +## Overview +This project is an inventory management system using the `Django web framework` and `PostgreSQL` as the relational database. + +This inventory management system focuses on wholesale business where it needs to have warehouses, suppliers, and orders from customers. Anyway, this project don't include that much functionality +on customer and supplier logic and UI. + + +**For more information about design and development** : [Wiki Page](https://github.com/Sosokker/Inventory-Management-System/wiki) +- [Database Design](https://github.com/Sosokker/Inventory-Management-System/wiki/Database-Design) +- [Query Example](https://github.com/Sosokker/Inventory-Management-System/wiki/Query-Example) + +## Installation + +To be added