.Net Core Console application that displays photo ids and titles in an album. The photos are available in this online web service (https://jsonplaceholder.typicode.com/photos).
Please follow the below link to retrieve .NET Core dependencies needed to develop, deploy, and run on macOS machines. Prerequisites for .NET Core on macOS
By just downloading .NET Core 2.2 SDK you will get dotnet
CLI
Inside directory /PhotoAlbum
perform the following commands to build and run the application.
- dotnet build
- dotnet run
{integer}
(integer values from 1-100 are valid)
Inside directory /PhotoAlbumTests
perform the following command to run the application tests.
- dotnet build
- dotnet test