Skip to content

jay-Anonymous/BitcoinTradingPlatform-

Repository files navigation

Stocks Web Application

An Angular web application for virtual stock trading made as an update for Hedge Traders ICT.

Large Screen Demo

App Demo large screen

Small Screen Demo

App Demo small

Summary

This Angular app provides a platform for stocks trading, including, features such as searching company stock details, buying/selling stocks, keeping track of stock porfolio/watchlist, viewing stock price charts and news, allowing sharing news on twitter and facebook for a given stock. Express with Nodejs is used as a server proxy for all API calls that uses Tingo API for all stock related data, and News API for displaying stock related news. Highcharts is used for displaying the chart data for a given ticker.

Usage

Running the GCP deployed App:

Running the app Locally:

Before running make sure Angular CLI and Nodejs are installed. For this project Angular CLI 10.1.6 and Node 12.19.0 was used.

  1. clone the repo using git clone https://github.com/rehmanis/CSCI571-Stocks-Angular.git
  2. cd CSCI571-Stocks-Angular
  3. npm install
  4. ng build
  5. npm run devstart
  6. open Chrome or Firefox. The App can then be started on http://localhost:3000/

API endpoints

The following are the 6 API endpoints to get Stock data and News.

  1. /api/detail/<ticker>: get JSON object with company details/summary

  2. /api/price/<ticker1>,<ticker2>,...: get JSON object with all companies prices points, volumes, etc.

  3. /api/chart/daily/<ticker>/<startDate:YYYY-MM-DD>: get the JSON object that contains the timestamp, close price, high price, low price, and open price. This was used to display daily chart data.

  4. /api/chart/historical/<ticker>: get the JSON object that contains historical price data from last two years from now. This is used to plot the SMA chart

  5. /api/news/<search query> : get the JSON object that contains all news articles related to the searched query. The search query for this project is the ticker for the company. The articles are restricted to 20.

  6. /api/search/<search query>: get the JSON object for all search query. This is used for auto complete feature when searching for the ticker.

BitcoinTradingPlatform-

About

BitcoinTradingPlatform written Angular and NodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published