Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadyazmy/cs4471
InvestEasy
https://github.com/fadyazmy/cs4471
Last synced: 2 months ago
JSON representation
InvestEasy
- Host: GitHub
- URL: https://github.com/fadyazmy/cs4471
- Owner: Fadyazmy
- Created: 2020-03-27T23:53:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T23:19:10.000Z (about 4 years ago)
- Last Synced: 2023-02-28T16:52:31.473Z (almost 2 years ago)
- Language: JavaScript
- Size: 978 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Instructions
To install run, make sure to install node(https://nodejs.org/en/download/), and npm (https://www.npmjs.com/get-npm) first
2. Then `npm i` in the local directory to install all packages.Development:
1. Include the file firebaseConfig.js that we included the OWL submission in the /src folder (along with app.js and index.js)
3. Run `npm run start` to start the server and you can access the server at http://localhost:3000
4. Update the lookup url in line 46 of file StockLookUp.jsx from executing file called historic_prices.py in repo ( https://github.com/christam96/service-oriented-architecture.git)
5. Update the EF url in line (103) in Dashboard.jsx from running file EfficientFrontier.py from (https://github.com/christam96/service-oriented-architecture.git)Deployment:
1. Run `npm build`
2. Run `firebase deploy` ## to deploy to cloud (optional)