A simple windows client written in C# that consumes the REST API of OMDBAPI.
The project needs the following nuget packages:
You can install it from the package management console via this commands:
Install-Package Newtonsoft.Json
Install-Package System.Configuration.ConfigurationManager
- Clone the repo on your machine
- Open the solution file in Visual Studio and run it
- Clone the repo on your machine
- Open a terminal (cmd or powershell) and cd into the project directory
- Run this command:
msbuild ClientFilm.sln
Feel free to contribute to improve the project by submit a PR or open an issue.