Skip to content

krishnafj/PetStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetStore Application

Petstore is a Console Application that gets a list of all pets that are available and displays them in order by Category.

Example of pets displayed on the screen:

  • Pet Category: Bobberman Pet Name: Doggie

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Tools/Softwares required to run this application:

  • .NET Core 2.2
  • Nuget package (Newtonsoft.Json)

Make sure that you are able to access PetStore. This is where we are able to get the list of Pets from PetStore.

Running PetStore Application

  • Open PetStore.sln solution file in Visual Studio.
  • Compile the Solution.
  • Run the Solution or Press Ctrl + F5.
  • Application runs which should display a list of Pet Names

Running Unit Tests

  • Build PetStore Unit Project
  • In Visual Studio, Go to Test -> Run -> All Tests.

License

Krishna Kumar © 2020

About

PetStore Console Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages