SimbaDevs / PetHaven

PetHaven is a web application that connects pet lovers with adoptable pets in their area. This project aims to simplify the process of pet adoption by providing a user-friendly platform.
1 stars 1 forks source link

"feat: Add db and dynamic app configurations" #2

Closed SymonMuchemi closed 2 weeks ago

SymonMuchemi commented 2 weeks ago

This pull request adds dynamic app configurations to cater for different environments (i.e., production, testing, and development). It also changes the image_url attribute in the Pet model to image_str, which represents the base64 encoded string version of the pet image. Additionally, it includes the deletion of the database file and sets it to the instances folder.

"Update backend folder to be a package and include new database in instance folder"