0% found this document useful (0 votes)
17 views17 pages

Blogging Report

The Mini Project Report titled 'Blogging Platform' details the development of a user-friendly blogging system aimed at content creators and businesses, integrating features like AI writing assistance and SEO optimization. The project, completed by Dharmik Rabadiya and Krupal Siddhapura under the guidance of Prof. Harsh Kantawala, addresses the need for a scalable and interactive blogging ecosystem. Future enhancements include improved security, multimedia support, and monetization strategies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views17 pages

Blogging Report

The Mini Project Report titled 'Blogging Platform' details the development of a user-friendly blogging system aimed at content creators and businesses, integrating features like AI writing assistance and SEO optimization. The project, completed by Dharmik Rabadiya and Krupal Siddhapura under the guidance of Prof. Harsh Kantawala, addresses the need for a scalable and interactive blogging ecosystem. Future enhancements include improved security, multimedia support, and monetization strategies.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17

G H Patel College of Engineering & Technology

(A Constituent College of CVM University)

V. V. Nagar

COMPUTER ENGINEERING DEPARTMENT

Mini Project Report


on
Blogging Platform

Submitted By

Dharmik Rabadiya (12202040501019)


Krupal Siddhapura (12202040501035)

Guided By
Prof. Harsh Kantawala

MINI PROJECT (202040601)


A.Y. 2024-25 EVEN TERM

1
CERTIFICATE

This is to certify that the Mini Project Report titled “Blogging Platform” has been carried out by
Dharmik Rabadiya (12202040501019) & Krupal Siddhapura(12202040501035) under
guidance in partial fulfillment for the Degree of Bachelor of Technology in Computer
Engineering, 6th Semester, G H Patel College of Engineering & Technology, CVM University,
New Vallabh Vidyanagar during the academic year 2024-25.

Prof. Harsh Kantawala Dr.Sudhir Vegad


Assistant Professor Head of Department

Date:

Place: Vallabh Vidyanagar

I
DECLARATION

I Dharmik Rabadiya (12202040501019) & Krupal Siddhapura(12202040501035) hereby


declare that this Mini Project Report submitted in partial fulfillment for the degree of Bachelor of
Technology in Computer Engineering ,GCET. The Charutar Vidya Mandal (CVM) University ,
Vallabh Vidyanagar, is a bonafide record of work carried out by me under the supervision of Prof.
Harsh Kantawala and that no part of this report has been directly copied from any student’s
reports or taken from any other source, without providing due reference.

Name of the Student Sign of Student

Name of the Student Sign of Student

II
ACKNOWLEDGEMENT

The completion of any seminar work depends upon cooperation, co-ordination and combined
efforts of several sources of knowledge. I would like to express our deepest thanks to Prof. Harsh
Kantawala, for their valuable inputs, guidance, encouragement, wholehearted cooperation and
constructive criticism throughout the duration of my project.

I hope that this mini project work report will provide all necessary information required to readers
to fulfil their aspiration. Man's quest for knowledge never ends. Theory and practices are essential
and complementary to each other. I would like to express my sincere thanks to Hetal ma’am for
wholehearted support.

Dharmik Rabadiya
(12202040501019)

3
ABSTRACT

The Blogging Platform is designed to provide an innovative, user-friendly, and feature-rich


environment for content creators, businesses, and writers. This platform integrates advanced
content management tools, AI-powered writing assistance, SEO optimization, and monetization
features to enhance user engagement and revenue generation. This project aims to bridge the gap
between simple and highly customizable blogging solutions, creating a scalable, interactive, and
profitable blogging ecosystem that caters to a wide range of users, from individual bloggers to
content-driven/enterprises.

IV
TABLE OF CONTENTS

1. Introduction………………………………………………………………...…….1
System Overview
Objective

2. Literature View…………………………………………………………....…....2
Existing System
Proposed System

3. Requirement Specification……………………………………………….….…3
Hardware Requirements.
Software Requirements

4. System Design Specification……………………………………….…….…….4

5. Conclusion and Future Work……………………………………….………….9

6. References………………………………………………………………………10

5
LIST OF FIGURES

Figure 4.1: System Architecture……………………………………………………...4


Figure 4.2: ER Diagram……………………………………………………………....5
Figure 4.3: Schema of Database……………………………………………………...6
Figure 4.4: User Signup & Login………………………………………………….....7
Figure 4.5: Uploaded Blog Post……………………………………………………...8
Figure 4.6: Database………………………………………………………..………..8

6
CHAPTER 1: INTRODUCTION

SYSTEM OVERVIEW:

This website is about blogs where there are normal users (public) and admin users who take care
of maintenance of website. Our System consists of two modules user module and admin
module. Normal users have no access to admin module. We are using MYSQL database for
backend development and for Frontend development we are using html, CSS, JavaScript.

OBJECTIVE:

Online Blogging System is a perfect platform for students, normal users to know about
various topics. This helps the user to know about particular topic clearly in a straight
way.

The basic objective of developing this project is:

 To increase motivation for reading and writing.


 To learn about different Concepts Clearly without any irrelevant information to
distract in the blogs.

1
CHAPTER 2: LITERATURE VIEW

EXISTING SYSTEM:

 Word press:
Word press is one of the most popular blog websites to start your hobbies or business website.

 Google blogger:
Blogger is one of the best free blogging platforms that offer a secure and reliable way to create
a blog

 Medium:
Medium is one of the simplest blogging systems in our list as it follows no approach to content
publishing as it allows bloggers to write what they are passionate about.

 Wix:
As medium, you don’t need any prior coding experience or web development expertise to build
a website or blog in Wix too, but way more customizable than Medium.

PROPOSED SYSTEM:

A user registration system that manages two types of users: Admin and Normal Users
(Public). The blog will have an admin area and a public area separate from each
other. The admin area will be accessible only to logged in admin users and the
public area to the normal users and the general public.

 In the admin section,


 Admin can create, view, update, publish/unpublish and delete ANY post.
 Admin can also create, view, update and delete topics.

2
CHAPTER 3: REQUIREMENT SPECIFICATION

HARDWARE REQUIREMENTS:

Minimum Hardware Configurations:

 Processor: 800MHz Intel Pentium III or equivalent


 Memory: 512 MB
 Disk space: 750 MB of free disk space.
 Screen resolution is 1024x768 pixels.

Recommended Hardware Configurations:

 Processor: Intel Core i5 or equivalent.


 Memory: 2 GB (32-bit), 4 GB (64-bit).
 Disk space: 1.5 GB of free disk space.
 Screen resolution is 1024x768 pixels.

SOFTWARE REQUIREMENTS:

HTML:

HTML (Hypertext Markup Language) is the standard markup language for documents
designed to be displayed in a web browser. We have designed the web pages in our
Blog Website using HTML-5.

CSS:

We will be using CSS3 in our Online Blogging system project to customize various
aspects of web pages like font size, style, color, etc in order to make our web pages
attractive.

Java script:
We have used Java script in our Blog Website to fetch the required details and make the page
responsive.

3
CHAPTER 4: SYSTEM DESIGN SPECIFICATION

SYSTEM ARCHITECTURE:
Our Project can be represented in Repository model, because a central
database/Repository has been used to store/read/edit/remove data.

Figure 4.1

4
ER Diagram:

Figure 4.2

5
Schema of database:

Figure 4.3

6
User Signup & Log in :

Figure 4.4

Figure 4.5

7
Uploaded Blog Post :

Figure 4.6

Database :

Figure 4.7

8
CHAPTER 5: CONCLUSION AND FUTURE WORK

Conclusion

The development of this blogging platform has successfully provided a user-friendly and
efficient system for content creation, management, and interaction. By integrating essential
features such as user authentication, post creation, commenting, and social sharing, the
platform fosters an engaging and interactive blogging experience.

The implementation of a responsive design ensures accessibility across various devices,


enhancing user experience. Additionally, the integration of search engine optimization
(SEO) techniques improves content discoverability. The platform's scalability allows for
future enhancements and expansion, ensuring long-term usability.

Future Work

Although the current system meets the fundamental requirements of a modern blogging
platform, there are several areas for future enhancements and improvements:

Enhanced Security Features: Strengthening security protocols by integrating advanced


authentication methods, such as two-factor authentication (2FA) and biometric login.

Multimedia Support: Extending support for rich media content, including audio and video
embedding, to diversify content presentation.

Monetization Strategies: Introducing features like paid subscriptions, advertisements, and


affiliate marketing opportunities for bloggers.

9
CHAPTER 6: REFERENCES

1. Content Management Strategies for Digital Platforms. TechPress.Zillow Research


Reports
2. SEO Optimization in the Modern Web. WebMasters Inc.
3. Various online sources, industry reports, and research papers.
4. MongoDB Official Documentation.

10

You might also like