Giter VIP home page Giter VIP logo

mean_finance_scrum's Introduction

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

mean_finance_scrum's People

Contributors

mroolong avatar edwd42 avatar crcnum4 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.