Figure out the best strategy to integrate a database into the existing API.
The database-related APIs should either live directly in the stocks-api project/host, or perhaps they should live separately and sit behind the existing API layer. This would be another project and entail an ASP.NET Core Web API CRUD application.
A database would allow for additional functionality like user accounts, watchlists, request logging and other features.
It could also be used to persist more static market data with weekly/biweekly updates, reducing the cost of calling IEXCloud.
Figure out the best strategy to integrate a database into the existing API.
The database-related APIs should either live directly in the stocks-api project/host, or perhaps they should live separately and sit behind the existing API layer. This would be another project and entail an ASP.NET Core Web API CRUD application.
A database would allow for additional functionality like user accounts, watchlists, request logging and other features.
It could also be used to persist more static market data with weekly/biweekly updates, reducing the cost of calling IEXCloud.