jocoso / paws-to-doors

An adoption agency website
MIT License
1 stars 0 forks source link

Modify Pet Model to Include Image URL #32

Closed AhmedGarcia closed 3 months ago

AhmedGarcia commented 3 months ago

Update the Pet model to include an image_url attribute. This will store the URL of the pet's image, which will be fetched dynamically from The Dog API and The Cat API.

//add to pet model }, image_url: { type: DataTypes.STRING, allowNull: true, },

jocoso commented 3 months ago

This was done already.

jocoso commented 3 months ago

@AhmedGarcia

https://github.com/jocoso/paws-to-doors/pull/35