## Implement cover art repository
### This will include:
* Creating CoverArt context for migrations
* Repository for creating, reading, and deleting cover art (updating will be addressed later on)
* Initializing the context in [Startup](https://github.com/amazing-username/Icarus/blob/master/Startup.cs)
* Repository should have functionality to determine if a cover art exist before retrieving the cover art
### Parent issue
* #50
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Implement cover art repository
This will include:
Parent issue