From 1a5584f58bda79085bcf4f1a503532b551bb5ee6 Mon Sep 17 00:00:00 2001
From: luzzi <christopher.luzzi@student.reutlingen-university.de>
Date: Tue, 1 Nov 2022 23:14:04 +0100
Subject: [PATCH] Readme

---
 README.md | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 429d467..26ea272 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,34 @@
 ## Documentation
 
-#
\ No newline at end of file
+Socket.io Chatroom for Cloud-Computing
+===
+
+Diagramm provided in the repository.
+Code is commentet.
+
+Used technologies: Node.js, Express, Mongoose, Socket.io, JWT, Cookie-Session, Crypto, ejs, bcrypt
+
+
+Installation
+===
+
+#### 1. Clone the Repository
+
+```sh
+git clone https://gitlab.reutlingen-university.de/luzzi/cloud-computing_2022.git
+
+```
+
+#### 2. Install the Dependencies
+
+```sh
+npm install
+```
+
+#### 3. Start the Server
+
+```sh
+npm start
+```
+
+> View on localhost:3000/start
-- 
GitLab