Non-RT RIC Dashboard

First commit

Change-Id: I9e140d31d65d13df3ce07f6b87eac250ee952eab
Issue-ID: NONRTRIC-61
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
diff --git a/dashboard/webapp-frontend/proxy.conf.json b/dashboard/webapp-frontend/proxy.conf.json
new file mode 100644
index 0000000..d3d6eee
--- /dev/null
+++ b/dashboard/webapp-frontend/proxy.conf.json
@@ -0,0 +1,6 @@
+{
+  "/api": {
+     "target": "http://localhost:8080",
+     "secure": false
+  } 
+}