Create a server in Servi to manage a simple web site. The site will have, at minimum, the following pages:
- Home page
- A static page, for example, "About" or "FAQ"
- A set of dynamically generated pages that all have the same structure but contain different data. For example, in an online store, each product has its own page and all of the product pages use the same template.
The focus of this assignment is process over product. You will build out the site using an iterative process, starting small and adding new features to your project as you go. Instead of turning in a URL to a live server, as we've done in previous assignments, you'll turn in a link to a gist project containing 3 files.