E Auction
E Auction
Abstact
E-Auction project is developed using Python Django, Sqlite3, CSS, and JavaScript. Talking
about the project, it has almost all the essential features required for a bidding system. This
project contains an admin and user’s side where Admin can manage all the bidding activities
and product information. Whereas from the user side, users can view products and bid on it
easily. Admin plays an important role in the management of the system. In this project, the user
should perform major functions from the Admin side. From the user’s side, the user can view
each and every product that is available. There are various product categories which divide the
products. To bid on a product he/she should log in or register to the system. But after
registration, the user should activate his/her account in order to bid on a product. Other
bidding rules are the same. A user should enter an amount more than the minimum bid value.
If a user enters highest bid amount then the system lists his/her account name in the product’s
detail as the highest bid. Before bidding the user can check for product details, image, and
bidding logs easily. The system also displays time left to bid and the number of bids.
User Module:
The main purpose of this module is provide all the functionality releated to customers. Students
can download online java projects based on their requirements. It tracks all the information and
details of the customer. We have developed all type of CRUD (Create, Read, Update and
Delete) operations of the customers. This is a role based module where admin can perform each
and every operations on data but the customer will be able to view only his/her data, so access
level restrictions has also been implemented on the project.
Features of Customer Module:
Register and Login can add new customers records
Admin can see the list of customers details
Only admin can edit and update the record of the customers
Admin will be able to delete the records of the customers
All customers forms are validated on client side using JavaScript
Customer will be able to see his details
Customer will be able to update his details
Seller Module:
The main purpose of this module is provide all the functionality releated to sellers. It tracks all
the information and details of the sellers. We have developed all type of CRUD (Create, Read,
Update and Delete) operations of the sellers. This is a role based module where admin can
perform each and every operations on data but the seller will be able to view only his/her data,
so access level restrictions has also been implemented on the project.
Features of Seller Module:
Register and Login to the system
Admin can add new sellers records
Admin can see the list of sellers details
Only admin can edit and update the record of the sellers
Admin will be able to delete the records of the sellers
All customers forms are validated on client side using JavaScript
Seller will be able to see his details
Seller will be able to update his details
Product Module:
The main purpose for developing this module is to manage the category of the products data
wise. Students can download java projects for learning. So all products will be managed by
admin and customer will be able able to see product listing. Admin and Seller can easily add
new products. Admin can see the list of all the list of product and filter it according to the
customers.
Features of Product Module:
Admin can manage the product
Admin can edit/delete the product
Admin can see the list of all product Add the extension
Customer can see product
Manage Product
Adding New Product
Edit the Exiting Product
View details of the Product
Listing of all Product
Manage Seller
Adding New Seller
Edit the Exiting Seller
View details of the Seller
Listing of all Seller
Seller Registration : Any Seller can register on website using the registration module.
Seller Login : This is the login form, from where Seller can login into the system
Seller Listing : Seller can see all the product listing from this form.
Seller Product Reports : Seller can see all the product reports from this form
Seller Add Product : This is the Seller Add Product form in this project.
Seller Bids Reports: This is the Seller bids reports form where Seller will be able to
see bids report.
Change Password : This is the change password module from where Seller change his
account password.