Join me in this tutorial as we delve into database operations, creating functions to efficiently find user accounts and facilitate comment posting. Explore the intricacies of database interactions, ensuring comments are only allowed for registered users. Elevate your eCommerce website's functionality with a focus on secure and organized database operations. Follow along for a detailed exploration of these essential functions.
VIDEO SECTIONS
------------------------------------------------------------------------------
0:00 Starting
0:08 Making a git branch and taking form values in show comments function
4:47 Making a function in MySQL file to find the account for comment
6:07 Making a function in MongoDB file to find the account for comment
7:00 Calling the find functions in blogs file
7:58 Making a function to insert comment values in MySQL file
11:10 Making a function to insert comment values in MongoDB file
13:01 Calling the insert comment functions in blogs file
14:11 Running the code
19:31 Updating the Git
20:34 Outro
20:50 Ending
------------------------------------------------------------------------------
I hope you enjoy this video. Please subscribe for more videos to learn about real-life software projects.
FOLLOW ME ON SOCIAL MEDIA
------------------------------------------------------------------------------
‣ GitHub: https://github.com/ibilalkayy/eCommer...
‣ Hashnode: https://ibilalkayy.hashnode.dev
‣ Twitter: https://x.com/ibilalkayy
‣ LinkedIn: / ibilalkayy
‣ Buy Me A Coffee: https://www.buymeacoffee.com/ibilalkayy
------------------------------------------------------------------------------
#ecommerce #website #software