This document discusses the design and implementation of an e-commerce website for online book sales. It presents the data model and process model for the website. The data model includes entity relationship diagrams and relational database tables. The process model includes functional decomposition diagrams and data flow diagrams that show how data flows between processes and database tables. Technologies used to implement the website include ASP.NET, C#, MySQL database, and a 3-tier architecture with IIS, middle-tier application servers, and client web browsers. The website allows users to browse books, place orders in a shopping cart, register as new users, and view purchase histories.