Skip to content

TWA-AFS-202310-GROUP-3/PetApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Business Requirement

As a pet store manager, I need a web system to manage pets information.

The information of pet include:

  • name(unique)
  • type(dog or cat)
  • color
  • price

Already implemented functions:

  1. I can add new pet to the system.

  2. I can see the information of all pets in the system.

  3. I can find pet by its name.

  4. When a pet was bought by customer, I can get it off the shelf.

  5. I can modify the price of a pet.

Create Integration Tests

  1. Add new Pet
  2. Get all Pets
  3. Find Pet by name
  4. Delete Pet by name
  5. Update Pet's price

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%