This project is part of famous Harvard's CS50's web development Course. I have completed this project and graded 100% from harvard CS50. Harvarad CS50 grades project on basis of examnination by humans. Apart of that its fully functional and productuion grade Web application built on Django Web framework.
Project Description --
==============
Its an complete online Auction system, where people can register themselves and create listing to sell their item. any user can create a account on the site. List their item to auction, can set minimum bid on item, can close the bidding of item. Also any user is able to place bid on other items, can comment on it, reply, add it to wishlist to to keep eye on it. And much more.
-------------------------------------------------------------------------------------------------------------------
Project Functionalities --
================
1. User Authentication and Authorization -Login, Logout, signup
2. Admin panel
3. Create product by posting its information and image.
4. Multiple filters on basis of category, active, sold etc.
5. All products page
6. Active products page
7. Product page
8. Multiple information display on product page.
9. Commenting, Replying
10. Placing bid larger than previous bid, closing bid etc.
11. Watchlist - Adding and Removing products.