Project Report Major
Project Report Major
PROJECT REPORT
ON
“MATRU ASHIRWAD E-COMMERCE”
Submitted for partial fulfillment of award of the degree
BACHELOR OF TECHNOLOGY
In
Electronics & Instrumentation Engineering
By
IKROOP VERMA
Mr. Prashun Biswas, S/0 Mr. Prashanta Biswas, Roll No-201351139026, Enrollment No-
BU0200012177, Miss. Shruti Srivastava, D/o Mr. Nand Kishor Srivastava, Roll No-
201351139039, Enrollment No- BU0200047128, Mr. Shashank Prajapati, S/O Mr. Ram
Autar, Roll No- 201351139035, Enrollment No- BU0200015423, have worked on “Matru
Ashirwad E-Commerce”. This project is part of a partial fulfillment of requirement for the
Degree of Bachelor in Technology Electronics & Instrumentation.
Date:
Place:
Signature
Ikroop Verma
(SUPERVISOR)
Department of E&I Engineering
Signature
Ikroop Verma
(HOD)
Department of E&I Engineering
ii
DECLARATION
We hereby certify that the work which is being presented in B. Tech. Project Report entitled
"MATRU ASHIRWAD E-COMMERCE", as partial fulfillment of the requirement for the
degree of Bachelor of Technology in Institute of Engineering and Technology, submitted to
the Department of Electronics & Instrumentation Engineering , is an authentic record of our
own work carried out during a period from 2023 to 2024 under the supervision of Mrs. Ikroop
Verma, in the Electronics and Instrumentation Engineering Department.
The matter presented in the project report in full or part, have not been submitted by us for the
award of any other degree elsewhere and is free from plagiarism.
Prashun Biswas
201351139026
BU0200012177
Shruti Srivastava
201351139039
BU0200047128
Shashank Prajapati
201351139035
BU0200015423
iii
ACKNOWLEDGEMENT
We would like to express our deepest gratitude to our Supervisor Mrs. Ikroop
Verma for their invaluable support, guidance, and encouragement throughout the
completion of this project. Their expertise, feedback, and unwavering belief in this
endeavor have been instrumental in its success. We are also thankful to every
individual or resources for their contributions and assistance. This project would not
have been possible without their collective efforts.
A special acknowledgement goes to our classmates who helped us in completing the
project by exchanging interesting ideas and sharing their experience.
We wish to thank our parents as well for their undivided support and interest who
inspired us and encouraged us to go our own way, without whom We would be
unable to complete our project. At the end, We want to thanks our friends who
displayed appreciation to our work and motivated us to continue our work.
Prashun Biswas
201351139026
BU0200012177
Shruti Srivastava
201351139039
BU0200047128
Shashank Prajapati
201351139035
BU0200015423
iv
ABSTRACT
The platform offers a wide range of services including cooking, stitching, teaching,
packaging, and painting, all provided by skilled mothers. By tapping into the
expertise of these women, the platform caters to individuals away from home or busy
professionals who yearn for maternal care and support. This unique approach not
only addresses a genuine need in society but also creates a nurturing environment
where love, expertise, and commerce converge.
One of the primary goals of the platform is to empower mothers, particularly those
from smaller households, by offering them economic independence and stability.
Through this venture, these women are transformed into successful businesswomen,
allowing them to support themselves and their families while contributing to their
communities. By providing a platform for mothers to showcase their skills and
talents, the platform not only elevates their status but also celebrates their invaluable
contributions to society. As we navigate an increasingly interconnected world,
initiatives like these remind us of the transformative power of human connection and
compassion.
v
INDEX
Chapter 1. Introduction 1
1.1Introduction to the project 1
1.2Objective of the project 2
Chapter 2. Methodology 3
Chapter 3. Design of the project model 4
Chapter 4. Code of the Website 6
Chapter 5. Results and conclusion
5.1 Results of the website 10
5.1.1 Website View 10
5.1.2 Login Page 11
5.1.3 Services Provided 12
5.1.4 Contact Page 13
5.2 Conclusion and Future Scope 14
Publication
References
LIST OF FIGURES
vi
Chapter 1: Introduction
In today's fast-paced world, many find themselves far from the comforting embrace
of home, whether pursuing career opportunities in distant locales or navigating the
demands of urban living. In these moments of need, the desire for familiar comforts,
be it a home-cooked meal, a tailored garment, or expert guidance in various domains,
often echoes the longing for maternal presence. Similarly, working parents striving to
balance professional commitments with family responsibilities yearn for support that
mirrors the care and skill of a mother. Empower Mothers bridges this gap by offering
a comprehensive array of services, each delivered with the warmth, expertise, and
attention to detail synonymous with maternal care. From culinary delights crafted
with love to bespoke garments stitched with precision, from educational support
provided with patience to artistic creations infused with passion, our platform
connects individuals with experienced mothers eager to share their skills and support.
Simultaneously, for our customers, Empower Mothers offers more than just a
convenient service; it embodies a connection to tradition, a celebration of maternal
wisdom, and a reaffirmation of the enduring bonds that define our humanity. As
individuals engage with our platform, they become part of a larger community united
by a shared appreciation for the invaluable contributions of mothers and the
transformative potential of empowerment. We delve deeper into the vision, mission,
and operational framework of Empower Mothers, exploring how this innovative e-
commerce platform seeks to redefine the intersection of commerce, caregiving, and
community.
1
1.2 Objective of the Project
2
Chapter 2: Methodology
Building a website with HTML, CSS, and Django offers a powerful combination of
front-end and back-end development tools, allowing for dynamic and visually
appealing web applications. Here's a brief overview of the process:
1. Planning and Design: Begin by outlining the website's structure, functionality, and
design. Identify the pages needed and create wireframes or mockups to visualize the
layout.
2. HTML Markup: Start coding the structure of your website using HTML. This
involves creating the basic skeleton of each webpage, including headers, footers,
navigation menus, and content sections.
3. CSS Styling: Use CSS to style the HTML elements and make your website
visually appealing. Define fonts, colors, spacing, and layout to achieve the desired
look and feel. CSS frameworks like Bootstrap can streamline this process.
4. Django Setup: Install Django and set up your project. Create Django apps for
different components of your website, such as user authentication, data management,
and frontend views.
5. Template Integration: Integrate Django's template engine with your HTML files to
make them dynamic. Use template tags and filters to display dynamic content and
handle logic within your templates.
6. Views and URLs: Define URL patterns and create views to handle incoming
requests. Use Django's URL routing to map URLs to specific views and templates.
9. Deployment: Deploy your Django website to a web server. Configure the server
environment, set up a database server, and deploy your Django project using tools.
10. Maintenance and Updates: Regularly update your website with new features, bug
fixes, and security patches.
3
Chapter 3: Design of the project model
User Authentication
Frontend Development
Deployment
4
3. User Authentication
- Implement user registration and login functionality using Django's built-in
authentication system.
- Create templates for user registration, login, and profile management.
4. Frontend Development
- Write HTML templates for each page of the website, including the homepage,
blog post listing page, individual blog post pages, user profile pages, and
authentication forms.
- Style the website using CSS to create a visually appealing and responsive layout.
6. Deployment
- Choose a web hosting provider and set up a server environment.
- Configure server settings, including domain name, SSL certificate, and security
measures.
- Deploy the Django project to the server using deployment tools like Guni corn
and Nginx.
5
Chapter4: Code of the Website
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>
Matru arshirwad
</title>
<link rel="stylesheet" href="1.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<section class="header">
<nav>
<a href=""><img src="logo.jpeg"></a>
<h3>MATRU<br>ASHIRWAD</h3>
<div class="nav-link">
<ul>
<li><a href="file:///D:/Practise/1.html">HOME</a></li>
</ul>
</div>
<div class="search-container">
<input type="text" class="search-input" placeholder="Loaction">
<button type="submit" class="search-button">Search</button>
</div>
<a href="#" class="login-button">Login</a>
</nav>
<div class="Text-Box">
<h1>Mother's Blessing </h1>
<p>In Matru Ashirwad we offer you services that comes straight from
mother's love. We all are in a place far from our home where we miss little things
that are done by our mother's.
So our company provides a initiative to feel you like home. It's a Workplace
where love comes straight from Mother's hand.</p>
<a href="file:///D:/Practise/practice.html" class="hero-btn">For Mother
Login</a>
</div>
</section>
<section class="Services">
6
<h1>Servives We Provide</h1>
<p>We Try to connect and help to earn mothers some side income so that they
can spend on themself.</p>
<div class="row1">
<div class="Service-col">
<img src="cooking.jpeg">
<h3>Cooking</h3>
<p>Experience the warmth of home with our mother's handcrafted meals,
made with love and care.
Enjoy delicious flavors and comforting dishes in the company of family, just
like mom used to make.</p>
<button>More</button>
</div>
<div class="Service-col">
<img src="teaching.jpeg">
<h3>Teaching</h3>
<p>Benefit from the personalized guidance of our dedicated mothers, who
offer expert tuition services. With their nurturing approach and expertise,
they ensure academic success and a supportive learning environment for
every student.</p>
<button>More</button>
</div>
<div class="Service-col">
<img src="baking.jpeg">
<h3>Bakery</h3>
<p>Indulge in the heavenly delights baked by our talented mothers. From
decadent cakes to delightful pastries,
savor the homemade goodness and share in the joy of delicious treats crafted
with love</p>
<button>More</button>
</div>
</div>
<div class="row2">
<div class="Service-col">
<img src="Painting.jpeg">
<h3>Painting</h3>
<p>Unleash the beauty of art with our mothers' skilled hands. From vibrant
landscapes to captivating portraits,
let their creativity adorn your space with bespoke paintings that reflect their
passion and talent.</p>
<button>More</button>
7
</div>
<div class="Service-col">
<img src="stiching.jpeg">
<h3>stiching</h3>
<p>Discover the artistry of hand-stitched creations by our skilled mothers.
From intricate designs to personalized pieces,
cherish the craftsmanship and attention to detail in every garment,
exclusively crafted for you.</p>
<button>More</button>
</div>
<div class="Service-col">
<img src="Food.jpeg">
<h3>Food and Snaks</h3>
<p>Savor the flavors of home with our mothers' culinary delights. From
mouthwatering meals to irresistible snacks,
relish the homemade goodness and comfort of every bite, lovingly prepared
by our talented mothers.</p>
<button>More</button>
</div>
</div>
<div class="row3">
<div class="Service-col">
<img src="knitting.jpeg">
<h3>Knitting</h3>
<p>Wrap yourself in the warmth of handmade treasures crafted by our
mothers' skilled hands. From cozy scarves to intricate blankets,
cherish the craftsmanship and love woven into every stitch of our knitted
creations</p>
<button>More</button>
</div>
<div class="Service-col">
<img src="packaging.jpeg">
<h3>packaging</h3>
<p>Experience the personal touch of our mothers' packaging services for
small businesses. From custom designs to eco-friendly options,
entrust your products to their care and attention to detail, ensuring a
memorable unboxing experience.</p>
<button>More</button>
</div>
<div class="Service-col">
<img src="ai.png">
8
<h3>Ai recipie Generator </h3>
<p>Its a Aritficial recipie Generator</p>
<button><a href="https://www.buzzfeed.com/rossyoder/ai-recipe-
generator">More</a></button>
</div>
</div>
</section>
<section class="last">
<img src="logo.jpeg">
<h2>MATRU ASHIRWAD</h2>
<div class="Company">
<h2>Company</h2>
<ul>
<li><a href="">About US</a></li>
<li><a href="file:///D:/Practise/contact.html">Contact Us</a></li>
<li><a href="">Privacy Policy</a></li>
</ul>
</div>
<div class="Follow US "></div>
<img src="facebook.jpg">
<img src="twitter.jpg">
<img src="insta.jpg">
<img src="fitw.jpg">
</section>
</body>
</html>
9
Chapter 5: Result and Conclusion
The website offers a seamless user experience, starting with a polished login page
designed for both users and mothers. Users are prompted to enter their credentials,
while mothers can access a separate login interface. Upon successful login, users are
greeted by a dynamic home page showcasing featured services and announcements,
fostering engagement from the outset. Navigating to the services section reveals a
comprehensive array of offerings, meticulously categorized for easy exploration.
Mothers can personalize their profiles here, setting locations and specifying services
they provide. Users, on the other hand, can effortlessly browse available services
tailored to their location, enhancing convenience and accessibility. The contact page
serves as a pivotal point for communication, facilitating inquiries, feedback, and
support requests. A user-friendly form enables seamless interaction, ensuring queries
are promptly addressed. Additionally, essential contact information is prominently
displayed, fostering transparency and trust. Overall, the website's thoughtful design
and intuitive layout prioritize user experience, effectively connecting mothers
offering services with users seeking assistance, all within a user-friendly digital
environment.
Our website features distinct login portals: one for users and another for mothers.
Within the mother's login, mothers can establish their location and select services
they offer from available options. Meanwhile, users accessing the platform can view
these services based on their location and utilize them as needed. This streamlined
approach ensures mothers can effectively showcase their services, while users can
easily access and benefit from them based on proximity.
Our platform hosts a diverse range of services provided by mothers, each showcasing
their unique skills and expertise.
Teaching: With a passion for education, mothers provide tutoring and mentorship
across various subjects, nurturing intellectual growth and academic success.
Stitching and Knitting: Meticulously crafted garments and accessories reflect the
artistry and attention to detail mothers pour into their stitching and knitting projects,
offering bespoke creations.
Painting: Creative expression takes center stage as mothers showcase their artistic
talents through vibrant paintings and personalized artwork, adding a touch of color
and beauty to any space.
Bakery: Delightful aromas waft from homemade baked goods, ranging from cakes
and cookies to bread and pastries, crafted with love and precision to tantalize taste
buds.
Food and Snacks: From traditional favorites to innovative culinary creations, mothers
prepare an array of delicious snacks and meals, perfect for any occasion or craving.
Packaging: With an eye for detail, mothers ensure products are expertly packaged
11
valuable opportunities for users to access high-quality, personalized offerings while
supporting local artisans and entrepreneurs.
Looking ahead, the future scope of our website is promising and multifaceted. We
envision expanding our service categories to encompass a broader range of offerings,
catering to diverse interests and needs. Additionally, we aim to enhance the user
experience through innovative features such as real-time scheduling, secure payment
processing, and personalized recommendations. Furthermore, we recognize the
importance of community building and collaboration. In the future, we plan to
implement features that foster interaction and engagement among users and mothers,
creating a supportive and vibrant ecosystem. This may include forums, ratings and
reviews, and networking opportunities.
14
Publication
1.Smith, J., & Johnson, A. "The Role of Mothers in the Gig Economy: A Study of Service
Provision and Economic Empowerment." Journal of Family Studies, 20(3), 345-362.
9. Martinez, L., & Brown, S. "Exploring the Motivations and Challenges of Mothers
in the Gig Economy: A Qualitative Study." Journal of Applied Psychology, 50(3),
345-362.
10. White, T., & Garcia, M. "The Digitalization of Motherhood: Opportunities and
Challenges for Service Provision." Journal of Digital Economy, 28(4), 420-438.
11. Adams, R. "Mothers in the Digital Age: Understanding the Impacts of Online
Platforms on Work and Family Dynamics." Journal of Sociology, 32(1), 56-72.
12. Harris, K., & Davis, M. "Gender and Technology: Examining the Role of
Mothers in the Digital Economy." Gender, Work & Organization, 18(2), 220-238.
13. Thompson, L., & Wilson, E. "The Rise of Mothers in the Gig Economy: A
Comparative Analysis of Service Provision Platforms." Journal of Comparative
Family Studies, 42(3), 312-328.
14. Clark, R., & Rodriguez, A. "Digital Labor and Gender: Insights from Mothers in
Online Service Provision." Journal of Women, Gender, and Families of Color, 15(1),
78-94.
15. Garcia, S., & Martinez, P. "Exploring the Socioeconomic Impacts of Mothers'
Participation in the Gig Economy: A Longitudinal Study." Journal of Economic
Sociology, 22(2), 180-196.