CST336 - Module 5

What did I learn in the fifth week of CST336?

This week we went over how to integrate a database into express. Basically, instead of using a node package to get data that is otherwise static, we would be using MySQL to create a database that can be pre-populated with information and be updated, deleted, and edited through different functions. Therefore, lab five went over a quote finder app demonstrating how to connect express to a MySQL database, while going over how to display and read that information through SQL code to dynamically display everything without issue. 

In the end, there was only a lab and knowledge check for this week as we are starting to focus on the final project and final exam.

Comments

Popular Posts