E-Commerce Site
Implemented functionality to an existing e-commerce template site including database model design and webpage rendering
Project Overview
- Built Django Models to allow users to create product listings
- Utilized SQLite to store data from users including listing information, bids, and comments
- Developed a process for owners of listings to close them
- Designed a method that allows users to add and remove listings from a watchlist
- Registered models into Django admin page to allow administrators to edit or remove listing information