This is an application for analyzing a movie database, which looks like more files about movies and actors. It processes data such as: Movie title, IMDB id, movie rating, names of directors and actors, tags, etc. And it saves result in data base.
.NET version 10 is required to run.
git clone https://github.com/GrigorySmirnovSpb/Homework_3rdSemesterAfter cloning the repository, you need to do the following steps:
# Restore dependencies
dotnet restore
# Build project
dotnet build
# Run project
dotnet run