
Project Overview
An all-in-one pet care tracking app designed to help pet owners manage their pets' essential health and wellness needs. The application ensures consistent and timely care, ultimately promoting better long-term health outcomes for their companions.
My Role
I was responsible for generating the routes for each specific model within the app. This included designing and implementing the API endpoints for pet profiles, health records, medication schedules, and appointment tracking.
Technologies Used
- JavaScript
- Node.js
- Express
- PostgreSQL
- RESTful API
Key Features
- Pet profile management
- Health record tracking
- Medication reminders
- Vet appointment scheduling
- Vaccination history
- Diet and exercise logs
Challenges & Solutions
A significant challenge was creating a flexible notification system that could handle different types of reminders (medications, appointments, vaccinations) with varying frequencies. I implemented a modular notification system that calculates the next reminder date based on the specific requirements of each reminder type.