Modify framework of front-end

1. Integrate REST API with feeder
2. Implement css coding
3. Dockerize app and add license header

Issue-ID: DCAEGEN2-1188

Change-Id: If4f0c70c842f81a44266a21dd598ab503bdc5dd8
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
diff --git a/components/datalake-handler/admin/src/proxy.conf.json b/components/datalake-handler/admin/src/proxy.conf.json
new file mode 100644
index 0000000..a9924e8
--- /dev/null
+++ b/components/datalake-handler/admin/src/proxy.conf.json
@@ -0,0 +1,8 @@
+{
+  "/datalake/v1": {
+    "target": "http://192.168.1.97:1680",
+    "secure": false,
+    "logLevel": "debug",
+    "changeOrigin": true
+  }
+}