From 242a614f1136f9d36f361ec41d59f9b5e01a8e89 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:42:31 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 98cdb260..029c21c1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ + + # Python React Ecommerce browsable interface +## Setup Instructions +- **Backend**: Run `python manage.py runserver` +- **Frontend**: Run `npm start` +- **Database**: Configure MySQL in `deepcommerce/settings.py` (default database name: `ecom`)