Skip to content

.Net Core console application that retrieves JSON from an API to write to the console.

Notifications You must be signed in to change notification settings

tgwittman/Photo-Album

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Photo-Album

.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.

  1. dotnet build
  2. dotnet run {integer} (integer values from 1-100 are valid)

Inside directory /PhotoAlbumTests perform the following command to run the application tests.

  1. dotnet build
  2. dotnet test

About

.Net Core console application that retrieves JSON from an API to write to the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published