From d17398ca1d0bbcb24c09042c6b33c6da8c9cdee3 Mon Sep 17 00:00:00 2001
From: "Mark (Krittipoom)" <122365475+kritserv@users.noreply.github.com>
Date: Thu, 5 Oct 2023 16:41:46 +0700
Subject: [PATCH] Delete README.md.backup
---
README.md.backup | 43 -------------------------------------------
1 file changed, 43 deletions(-)
delete mode 100644 README.md.backup
diff --git a/README.md.backup b/README.md.backup
deleted file mode 100644
index 7a0dbb5..0000000
--- a/README.md.backup
+++ /dev/null
@@ -1,43 +0,0 @@
-## Online Ecommerce Shop example using Docker Django Mysql
-
-preview: [ddice.pythonanywhere.com](https://ddice.pythonanywhere.com/)
-
-
-
-![banner](banner.png)
-
-
-
-
-
-highlight feature:
-
-- Filter product form
-- Add to Cart, Remove from Cart
-- Product summary
-- Checkout form
-- Guest Account
-
-
-
-### Installation
-
-clone this repository:
-
-```
-git clone https://github.com/kritserv/online_shop_docker_django_mysql.git
-```
-
-Setup container using Docker compose.
-
-Also follow [First setup guide](FIRST_SETUP_GUIDE.md#first-time-setup-guide).
-
-> **Don't skip** this guide, Django Will **Not** Run Properly If Skipped!
-
-
-
-
-### Other useful command:
-
-- [grant privileges to the root in mysql](FIRST_SETUP_GUIDE.md#command-to-grant-privileges-to-the-root-user-in-mysql-or-mariadb)
-- [fix Nginx Bad Gateway](FIRST_SETUP_GUIDE.md#command-to-fix-nginx-bad-gateway)
\ No newline at end of file