CST336 - Module 6
What did I learn in the sixth week of CST336?
This week we went over how a database can be updated, edited, and deleted through express. Basically, compared to last time where we were only provided a pre-filled database that the user can't change, this time we are making functions that are capable of changing or adding through app.get and app.post. Therefore, continuing from last week we are to use the database given to add, edit, and delete information for lab 6, which is also the only lab assignment.
The other thing we did this week was an authentication module, which simply went over how to do a login and logout setup that uses the database to authenticate by making each password encrypted. In the end, this ended with a knowledge check on what we learned from the documentation and tutorials on how to implement everything, as it had no assignments.
Comments
Post a Comment