Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 415 Bytes

File metadata and controls

12 lines (7 loc) · 415 Bytes

Zoo Management

This is a backend API (.NET web API) for MysteriousZoo to efficiently manage a zoo's animal collection, including tracking various animal types, their species, and classifications.

Data is stored in the SQLite database. This contains the following endpoints

  • paginated Animals list
  • Species
  • Enclosures

Deployed at: Azure Backend Link