Real world apps are dynamic where the data changes depending on user activity, or external systems. The question is where will we store this changing data. We could use the file system, but a database is a far better place to store the data.
pset 2: In this problem set, we will create a simple 2 page application.
- contact book
Learning objectives:
- Understand why we need a dynamic web application
- Understand why a database is the best way to store the data
- Understand the features a database provides (ACID)
- Understand how we connect to the database from our application
- Understand the concepts of UI templates where we will fill in parts with the dynamic data
- Understand page flow
- Understand how to create a simple data model
- Posting data (HTTP GET & POST)
- Deploying a database backed application
No comments:
Post a Comment