Core service driving the Quantam client-side interface and Quantam monitoring interface.
- Fetch stock daily data from one of the configured proxies
- Fetch stock intra-day data from one of the configured proxies
- List of configured proxies:
- AlphaVantage
- MarketStack
- Kite
- New proxy: Yahoo Finance!
- Add Bunyan global logger
- Add Bunyan logger on module level
- Add env and config module
- Add postgres module
- Add generic proxy interface
- TypeORM migration
- Add tests for entities, repo, service
- Add tests/mocks/stubs/spies for proxies
- Add Docker image
- Separate dev and prod env
- Update Readme
- Update APISpecs
- Update Swagger docs in code
- (Optional) Create swagger yaml files
- Fix lint issues