From 819c5376504aac69a8c444d7e422e2e33639ece0 Mon Sep 17 00:00:00 2001 From: Arjun-Sharma-git Date: Mon, 5 Jul 2021 10:09:35 +0530 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7978e0f..c8f082e 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,21 @@ We have often looked for a way to ease up our way in stock market market predict ## How it Works? -### 1) FrontEnd +### 1) FrontEnd + +* BOOTSTRAP 5.0 used for building the frontend. +* Used different custom with modifications. +* Connected the front-end to hyper for sending requests. +* Used Javascript for sliding animation and smooth scroll. +* Used different API's for the functioning of backend + ### 2) BackEnd - NodeJS * _Express_ Framework used. * Stock Data taken from _RESTFUL API_ of AlphaVantage. -* Challange was to connect Python scripts to work with NodeJS. +* Challenge was to connect Python scripts to work with NodeJS. * Used Child Processes to connect with Python. -* Used _Embedded Javascript Templating_ to parse User requested data to Front-End. +* Used _Embedded Javascript Templating_ to parse User requested data to Front-End. ### 3) BackEnd - Graph Plotting with Python