Project Challenge: Create User and Pet Models
In this challenge, we will be initializing a database connection and creating the User and Pet models in the project application.
We'll cover the following...
Problem statement #
Up until now, we have been using lists of dictionaries to store the information related to users and pets in our project. However, now ...