The site allows to track stock, option, and crypto currency purchases. For storage it can use postgres or in-memory storage. BE AWARE: in-memory storage is cleared on each restart.
Stock information is fetched using IEX API (https://iexcloud.io/docs/api/), and for crypto CoinMarketCap API (https://coinmarketcap.com/api) is used. For both you will need your own key when running the project.
Angular + ASP.NET Core. Nothing fancy, just basic screens to list your portfolio, search for stocks and provide their analysis.
ASP.NET core, background tasks for stock price monitoring and 30 day sell reminders (avoid wash rule).
Supports Postgres and In-Memory for storing information.
Use Dockerfile to build a docker image that can then be run locally, on AWS, DigitalOcean, etc.
Stock information is provided by https://www.iexcloud.io/.