From d41f330618541d4af777c4de2f62ebdf587395d0 Mon Sep 17 00:00:00 2001 From: Raghav Rastogi <51928619+raghav2404@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:02:10 +0530 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca50451 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +SUPERMARKET MANAGEMENT SYSTEM which has the following modules: +Inventory : Create , manage ,edit , delete products and their categories +Sales : Sell available products of specific categories and display all transactions or for specific cashier + +.NET concepts used: +MVC CORE +RAZOR +EF CORE +IDENTITY (AUTHN AND AUTHZ) +CI-CD +CLEAN ARCHITECTURE