diff --git a/WebServices/README.MD b/WebServices/README.MD
new file mode 100644
index 0000000000000000000000000000000000000000..980f9571be036f73b8b3f4ddc75a984030e72f00
--- /dev/null
+++ b/WebServices/README.MD
@@ -0,0 +1,22 @@
+# Banquin rest #
+
+## How to run ##
+
+First you need in your machine the programs:
+- maven
+- docker
+- docker compose
+
+Second in the root of the project execute the command:
+``` 
+mvn clean install -DskipTests
+```
+
+After that execute this commands in the root:
+
+``` 
+docker-compose build 
+docker-compose up -d
+```
+
+and vuala! the docker will start each service for you.