Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 574 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 574 Bytes

Auction

Creating a working auction website allowing users to post items and bid.

Utilized SQL database to securely store relational user and auction data, enabling ACID compliant behavior.

Used Django framework to efficiently build RESTful architecture by engaging the middleware design pattern and writing router and controllers to modularize backend requests, thus enhancing code readability and scalability.

Constructed a fully functional auction application utilizing the model-template-views architectural pattern while coding the logical components in python.