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.
- Types of Graphs( OHLC, Candlestick charts, Colored Bar, Vertex Line, Hollow Candle)
- Graph for the particular time period.
Front End: Bootstrap
Back End: Node, Express, Canvas
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