-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Metadata
Metadata
Assignees
Projects
Status
Todo