The purpose of this app parse all the photos on my drive and organize them
Note: This application requires dotnet core version 2.2
git clone https://github.com/JohnCongerCC/PhotoParse
cd PhotoParse
dotnet restore dotnet build
dotnet ef migrations add Init (Not necessary this just creates the folder `Migrations`)
dotnet ef database update