Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 3.1 KB

tracking.md

File metadata and controls

64 lines (50 loc) · 3.1 KB

Summary - ************************************************************************ this is 72 characters

  1. 11/15/22:
  • Summary - running into issues with content security policy - installed helmet but still need to fix CORS issue (or helmet policy)
  • What to do next - see how to get it working
  1. 11/14/22 #2:
  • Summary - terminated EC2 instance (was Amazon Linux 2) and started new instance that is Ubuntu 22.04; got through step 3 of website below

  • What to do next - continue through remaining steps

  1. 11/14/22:
  1. 11/11/22:
  • Summary - worked on hosting this webpage on AWS EC2 instance.
  • Accomplished the following: started EC2 instance, updated packages on Linux distro, installed Nodejs, created AMI for EC2 w/ Node, moved built server file over to EC2, npm install and got server running
  • What to do next - started to modify security groups, can't connect to server currently - get security issues resolved
  1. 11/07/22:
  • Summary - the Alpha Vantage API wasn't working so I replaced it with Rapid API (indirect) connection
  1. 09/09/22:
  • Summary - add new build with various small fixes to quote charting
  1. 09/07/22:
  • Summary - add charting build from frontend; small tweak to quote API request
  • Details - add charting build from frontend; small changes to AlphaVantage API request
  • Goal tomorrow -
  1. 09/02/22:
  • Summary - add timeout to API call; change routing slightly
  • Details - add timeout to API call; change routing slightly
  • Goal tomorrow - (working on d3 chart next)
  1. 09/01/22:
  • Summary - fix routing on replit
  • Details - work on replit porting issue; update meta tag for insecure requests; update proxy
  • Goal tomorrow - double-check replit working; AWS
  1. 08/31/22:
  1. 08/30/22:
  • Summary - update variable for axios request on alphavantage
  • Details - update variable for axios request on alphavantage
  • Goal tomorrow -
  1. 08/28/22:
  • Summary - handle API call here at server instead of frontend
  • Details - handle API call here at server instead of frontend
  • Goal tomorrow -
  1. 08/27/22: