Django Auction App

6 months ago
2

An ebay type auction app written using Django and Python with a MySQL relational database backend.

Timestamps for Video

RQ. 1 Models
0:00 The Database has 7 entities, 6 models and 1 M2M field which is contained in the User Model

RQ. 2 Test.
0:39 Create Listing
Metal Zone
https://i.imgur.com/jkeDHx3.jpeg
Everything you need to sound exacly like Eddie Van Halen

Title, Description, Starting Bid, Image, Category, Condition

RQ.3 Test
0.25 Active Listings Page
1. Default Route shows all the current Active Listings
Displaying; Title, Description, Current Price, Photo

RQ.4 Test
1.00 Listing Page
Clicking a listing goes to that page, showing details for that item

1.38 1. Add Item To Watchlist
1.45 Remove Item From Watchlist
2.05 2. Bid Lower than starting price On Item - Presented Error
2.16 Bid lower than high Bid on item - Presented Error
2.23 Bid Higher - Message
1:17 3. Close The Auction
2.30 4. Win Auction and Load Listing Page - Message ‘You Won’
2.58 5. Add Comment to Listing
3.05 6. Display All Comments

RQ.5 Test
Watchlist
1.35 Add Items to Watchlist
1:35 Open Watchlist Page to SHow

1.35 Click Watchlist Item goes to that page

RQ.6 Test
Categories
3.10 Users can display a list by category

RQ.7 Test
Django Admin
3.35 Superuser can add, edit and delete listings, comments and bids on the site

Loading comments...