-
Notifications
You must be signed in to change notification settings - Fork 1
2. Description
BrianIrineo edited this page Sep 29, 2021
·
1 revision
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.
The server will handle requests from the user and connect the client to the database i.e.(Login system, Registration, Listings).
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.