In this video, I will be showing you how to create a database, connect our app file to the database and then populate the database with some values.
Link to the plantsdb_setup file; https://drive.google.com/file/d/15dK-...
Timestamp
00:00 Intro
00:15 Installing packages
00:55 Creating the Database
01:59 Connecting App to Database
03:15 Creating the models.py
04:11 Populating the database with some values
05:45 Conclusion