-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
FeatureStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStellar-WaveTypscriptgood first issueGood for newcomersGood for newcomers
Description
Description
Build a service to handle all pet-related API calls.
Requirements
- Create functions for CRUD operations on pets
- Implement getPetById, getAllPets, createPet, updatePet, deletePet
- Add getPetByQRCode function
- Handle API responses and errors
File to Create
backend/services/petService.ts
Acceptance Criteria
- All CRUD functions are implemented
- QR code lookup function works
- Proper error handling is in place
- Functions return typed responses
Tech Stack
- TypeScript
- Axios
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStellar-WaveTypscriptgood first issueGood for newcomersGood for newcomers