Insider Unlocked - A Web Application That Aggregates Stock Trading Data Of Us Senators
Insider Unlocked
Insider Unlocked is an ongoing web application we have been co-developing for the past few months which aggregates stock trading data of US senators and presents it in a digestible manner for the average retail investor.
Tech-Stack
Installation
Pre-Requisites
Make sure to have Node.JS Installed Make sure to have Git Installed
Code and dependencies
$ git clone https://github.com/InsiderUnlocked/Frontend.git
$ cd Frontend
$ npm install
Usage
Run Server
$ npm start
Build for production
$ npm run build