diff --git a/README.md b/README.md
index afd20d0..8c44579 100644
--- a/README.md
+++ b/README.md
@@ -1,85 +1,124 @@
+
+
+
+
+
+
+
+Shop Center π
+
-
+ An open-source e-commerce backend built with NestJS π
+ Designed to provide a powerful, scalable, and clean architecture for modern online stores.
-# Shop Center π
+---
-Welcome to Shop Center β an open-source e-commerce backend built with NestJS π. This project aims to provide a powerful, scalable, and clean architecture for your online store! π»π
+## β¨ Features
-## Features β¨
+- Fully customizable π οΈ
+- Order management π¦
+- Product management π·οΈ
+- User authentication π
+- Cart management π
+- Payment integration π³
+- RESTful API π‘
+- Unit & integration tests π§ͺ
+- Docker support π³
+- And much more π
-* Fully customizable π οΈ
-* Order management π¦
-* Product management π·οΈ
-* User authentication π
-* Cart management ποΈ
-* Payment integration π³
-* RESTful API π‘
-* Unit tests π§ͺ
-* Docker support π³
-* And much more! π
+---
-## Tech Stack π οΈ
+## π οΈ Tech Stack
-* NestJS (Backend Framework) βοΈ
-* MongoDB (Database) ποΈ
-* TypeScript (Language) π₯οΈ
-* Docker (Containerization) π
+- **NestJS** β Backend framework
+- **MongoDB** β Database
+- **TypeScript** β Main language
+- **Docker** β Containerization
-## How to Get Started π
+---
-1. Clone this repository:
+## π Getting Started
+
+### 1) Clone the repository
```bash
- git clone https://github.com/AliDeWeb/Shop-Center.git
+git clone https://github.com/AliDeWeb/Shop-Center.git
```
-2. Install dependencies:
+### 2) Install dependencies
```bash
- pnpm install
+pnpm install
```
-3. Set up your environment variables in .env (check .env.example for reference).
+### 3) Configure environment variables
+
+Create your `.env` file based on `.env.example`.
-4. Run the development server:
+### 4) Run the development server
```bash
- pnpm run start:dev
+pnpm run start:dev
```
-5. Visit the API and start building your e-commerce platform! π
+### 5) Start building
-## Envsπͺ
+Visit the API and start building your e-commerce platform π
-
-* if you set `NODE_ENV=development`, you'll be able to access swagger document in `host/document`.
-
-* you can download and import postman doc from `project-rootdir/postman`.
-
-* you can run project with `docker-compose up`, before that you must edit envs in `project-rootdir/docker-compose.yaml`.
+---
+## πͺ Environment Notes
-## Running Tests π§ͺ
+- If you set `NODE_ENV=development`, Swagger documentation will be available at:
-### This project includes both unit tests and integration tests to ensure the reliability and functionality of the application.
+```
+host/document
+```
-To run the tests, use the following command:
+- You can download and import the Postman collection from:
+
+```
+project-rootdir/postman
+```
+
+- You can also run the project using Docker:
+
+```bash
+docker-compose up
+```
+
+> Before running Docker, make sure to update the environment variables inside `project-rootdir/docker-compose.yaml`.
+
+---
+
+## π§ͺ Running Tests
+
+This project includes both **unit tests** and **integration tests** to ensure reliability and functionality.
+
+Run tests with:
```bash
- pnpm run test
+pnpm run test
```
-## Contributing π€
+---
+
+## π€ Contributing
-### This project is open source and contributions are always welcome! π
+Contributions are always welcome! π
-If you're excited about creating a great shopping experience and have ideas to improve Shop Center, feel free to fork the repo, open an issue, or submit a pull request! Together, we can make this project even better! πͺ
+If you're excited about building a better shopping experience and have ideas to improve **Shop Center**, feel free to:
+- Fork the repository
+- Open an issue
+- Submit a pull request
-## License π
-This project is licensed under the MIT License. See the LICENSE file for more details.
+Letβs build something awesome together πͺ
---
-This version now includes Docker setup instructions and test running details. Let me know if you need any further adjustments!
+## π License
+
+This project is licensed under the **MIT License**.
+See the `LICENSE` file for more details.