An API where you can search for corporate equities under NSE. The API fetches JSON from live NSE quotes and displays various information of the particular company.
npm install
step 1:: root -> server : npm run dev
step 2:: root -> client : npm run dev
step 3: Open browser and goto `localhost:8080/api/search`
step 4: Type company Symbol and select period and hit search. (make sure symbol and period are correct!)
step 5. After the result is populated, click on the row and the details will be shown in a popup
npm run build
npm run lint