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`)