Skip to content

MrOolong/mean_finance_scrum

Repository files navigation

CareerDevs Finance Agile Week

Get your own AlphaAdvantage api key at Alpha Advantage

mongoimport --db CDFinance --collection stocks --type csv --headerline api/data/nyse.csv mongoimport --db CDFinance --collection stocks --type csv --headerline api/data/nasdaq.csv mongoimport --db CDFinance --collection stocks --type csv --headerline api/data/amex.csv

Notes:

To get the app to run I had to do the following steps on cloud 9

  1. npm install

  2. install mongodb from https://community.c9.io/t/setting-up-mongodb/1717

    sudo apt-get install -y mongodb-org

  3. chmod a+x mongod // to make it executable

  4. run ./mongod in one terminal tab

  5. in another terminal tab run node app.js // CDFinance is running on port 8080

  6. open browser to https://meanfinance-YOUR_USER_NAME.c9users.io

  7. installed nodemon(npm install nodemon) - will restart server after making changes

  8. going forward, we do NOT have to do all these steps, just

A few things I noticed:

  1. README.md is misspelled REACME.md so I changed it
  2. README.md needs md formatting, not <html>
  3. missing file css/custom.css // needed to move logo down
  4. CDFinance database has 6756 stocks in it already, no need to import from .csv
  5. Deposit Funds page says Find Stocks - easily changed
  6. Find a way to remove "stock-message" from find-controller.html, until successful response
  7. ToUpperCase() for stock symbol, find-controller
  8. Change the layout of "Stock input box"
  9. Change logo font

Change Log

  1. make new dev branch to work in
  2. add custom.css file in /public/css folder
  3. move main page logo down 5% in custom.css
  4. changes initial error message to "Stock not found", fo
  5. added vm.error = ''; clears error from page, find-controller.js:13
  6. capitalized "amount" on Deposit Funds page for consistency with other pages -dd
  7. replaced logo img with google font text -dd
  8. created body-toggle class to use as selector for the night mode. please add this class to any text element you want white on toggle -dd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published