Description
Online Gift Store Project using Python Django and MySQL
This project utilizes Python, Django, and MySQL to create an online gift store. At Freeprojectz.com, students can find a variety of simple Python projects suitable for their capstone projects. The project aims to manage information related to Gift Items, Gift Items Type, Company, Order, Order Item, and more. Admin and Customer users can participate in the project, with the Admin having the ability to add new Gift Items, manage sales details, and track sales activities. Customers can view information on Gift Items and make purchases. The project is available for free download for students, complete with source code databases and documentation.
Modules and Description of the Online Gift Store Project:
Customer Module:
The Customer module allows for the management of customer information, including CRUD operations. Admin can add, edit, view, and delete customer records, while customers can view and update their own details.
Gift Items Module:
The Gift Items module manages Gift Items data, allowing Admin to add, edit, and view Gift Items, while customers can view Gift Items.
Gift Items Type Module:
The Gift Items Type module manages Gift Items types, with Admin handling the management and customers viewing the types.
Gift Items Company Module:
The Gift Items Company module manages Gift Items companies, with Admin managing the companies and customers viewing the information.
Order Module:
The Order module manages customer orders, allowing Admin to add, edit, and view orders, while customers can view their own orders and payment receipts.
Item Module:
The Item module manages items, with Admin handling the management and customers viewing their order items.
Order Status Update Module:
The Order Status Update module allows for the management of order status updates, with Admin handling CRUD operations.
Functionality performed by Admin user:
The Admin user can perform various functions such as managing customers, Gift Items, Gift Items Company, Gift Items Type, Orders, Order Items, Order Status Updates, and generating reports.
Static Pages and other sections:
The project includes static pages like Home, About Us, and Contact Us pages with a user-friendly interface.
Technology Used in the project:
The project is developed using HTML, CSS, JavaScript, Python, MySQL, and Django.
Supported Operating System:
The project can be configured on Windows, Linux, and Mac operating systems.