Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

64 lines (36 loc) · 1.02 KB

SVNIT-Team14

Financial Graphs Generator

Our goal was to achieve an OHLC search engine, where the user would input company name the related details and the graph would be shown. We have met some of the required features for this hackathom.

This project was part of the Norther Trust Recruitment hackathon.

Features

  • Types of Graphs( OHLC, Candlestick charts, Colored Bar, Vertex Line, Hollow Candle)
  • Graph for the particular time period.

Tech Stack

Front End: Bootstrap

Back End: Node, Express, Canvas

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies( node, express, canvas)

  npm install

Start the server

  npm run start

Authors