Skip to content

2. Description

BrianIrineo edited this page Sep 29, 2021 · 1 revision

2.1 Product Components

2.1.1 The Client

The website will act as the client for this project. The client will allow users to log in / create an account to access the website. Once a user is logged in, they will be able to upload items for auction or place bids on items.

2.1.2 The Server

The server will handle requests from the user and connect the client to the database i.e.(Login system, Registration, Listings).

2.1.3 The Database

User data and current auction listings will be stored in the database. User data that would need to be stored into the database would be: username, password, email, auction listings, and purchase history.

Clone this wiki locally