Andrin Final
Andrin Final
INTERNSHIP REPORT
Submitted by
COMPUTER ENGINEERING
GOVERNMENT OF TAMILNADU
DECEMBER 2024
CHAPTER TITLE NAME PAGE
NO NO
ABSTRACT 1
1. INTRODUCTION 2
5.3 DEVELOPMENT 7
5.4 TESTING 7
5.5 Deployment and Maintenance 7
8. INDUSTRY APPLICATIONS 10
9. FUTURE OF FULL STACK DEVELOPMENT 11
10. CONCLUSION 12
11. CODING
The report also delves into the industry applications of full stack
development, showcasing its relevance in startups, e-commerce, and
social media platforms. Additionally, it examines emerging trends
like cloud computing, microservices architecture, and AI integration
that are shaping the future of this field. Full stack development
remains a crucial skill in the evolving tech landscape, offering
developers the ability to create seamless, scalable, and innovative
applications.
1
1. Introduction
2
2. Overview of Full Stack Development
3
3. Key Components of Full Stack Development
4
3.3 Database Management
Types of Databases:
5
4. Tools and Technologies
Back-End Technologies
Database Technologies
6
5. Full Stack Development Process
5.3 Development
5.4 Testing
7
6. Benefits of Full Stack Development
8
7. Challenges in Full Stack Development
9
8. Industry Applications
10
9. Future of Full Stack Development
11
10. Conclusion
12
11.CODING
11.1 HOME PAGE HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Sample</title>
<link rel="stylesheet" href="HomeCSS.css">
</head>
<body>
<header class="headlogo">
<img class="logo1" src="gk4.png">
</header>
<nav>
<img class="img1" src="Logo1.png" alt=""
height="50px" width="100px">
<div class="titlebarcontents">
<a href="HomeHTML.html" class="link">
<h3>Home|</h3>
</a>
<a href="AboutUsHTML.html" class="link">
<h3>About us|</h3>
</a>
<a href="ContactUSHTML.html" class="link">
<h3>Contact us|</h3>
</a>
<a href="newsHTML.html" class="link">
13
<h3>NEWS</h3>
</a>
</div>
</nav>
<div class="contentimg">
<div class="box">
<img src="invesment.jpeg" alt="">
<p>Invest in the right place.</p>
</div>
<div class="box">
<img src="insurence.jpeg" alt="">
<p>Get insured and Be happy!</p>
</div>
<div class="box">
<img src="education.png" alt="">
<p> Always have thirst for knowledge</p>
</div>
</div>
<footer class="pageend">
<p>©2024 Reserved All Copyrights</p>
</footer> </body>
</html>
14
11.2 HOME PAGE CSS
}
.img1 {
float: left;
}
.titlebarcontents { display: flex;
margin: 10px; justify-content: end;
} nav .link{ color: white;
}
nav .titlebarcontents h3:hover{ text-
decoration: underline; color: grey;
cursor: pointer;
margin-right: 10px;
15
}
}
.contentimg img { height: 200px;
width: 200px; display: flex;
flex-wrap: wrap; flex-basis: 30%;
}
.box { border: solid; background-
color: #ffffff; text-align: center;
}
.box :hover { text-decoration:
underline;
cursor: pointer;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet"
href="AboutUsCSS.css">
</head>
<body>
<header class="headlogo">
<img class="logo1" src="gk4.png">
</header>
<nav>
<img class="img1" src="Logo1.png" alt=""
height="50px" width="100px">
<div class="titlebarcontents">
<a href="HomeHTML.html" class="link">
<h3>Home|</h3>
</a>
<a href="AboutUsHTML.html" class="link">
<h3>About us|</h3>
</a>
<a href="ContactUSHTML.html" class="link">
<h3>Contact us|</h3>
</a>
<a href="newsHTML.html" class="link">
<h3>NEWS</h3>
17
</a>
</div>
</nav>
<footer class="pageend">
<p>©2024 Reserved All Copyrights</p>
</footer>
</body>
</html>
18
11.4 ABOUTUS PAGE CSS
}
.img1 {
float: left;
}
.titlebarcontents { display: flex;
margin: 10px; justify-content: end;
}
nav .titlebarcontents h3:hover{ text-
decoration: underline;
color: grey; cursor: pointer;
margin-right: 10px; }
19
.pageend { background-color: black;
color: navy; text-align: center;
height: 30px; padding: 10px;
position: fixed; bottom: 0; width:
100%;
}
20
11.5 CONTACT US PAGE HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet"
href="ContactUsCSS.css"> </head>
<body>
<header class="headlogo">
<img class="logo1" src="gk4.png">
</header>
<nav>
<img class="img1" src="Logo1.png" alt=""
height="50px" width="100px">
<div class="titlebarcontents">
<a href="HomeHTML.html" class="link">
<h3>Home|</h3>
</a>
<a href="AboutUsHTML.html" class="link">
<h3>About us|</h3>
</a>
<a href="ContactUSHTML.html" class="link">
<h3>Contact us|</h3>
</a>
<a href="newsHTML.html" class="link">
<h3>NEWS</h3>
</a>
21
</div>
<div class="form">
<form cellpadding="20" >
<table width="450">
</tr>
<tr>
<td>
<label for="First-name"> First Name</label>
</td>
<td>
<input type="text" name"first-name" maxlength="50"
size"30">
</td>
</tr>
<tr>
<td>
<label for="Last-name"> Last Name</label>
</td>
<td>
<input type="text" name"last-name" maxlength="50"
size"30">
</td>
</tr>
<tr>
<td>
<label for="email">Email Address</label>
</td>
<td>
<input type="text" name="email" maxlength="80" size"30">
</td>
</tr>
<tr>
<td>
22
<label for="telephone">Telephone Number</label>
</td>
<td>
<input type="text" name="telephone" maxlength="30"
size"30">
</td>
</tr>
<tr>
<td>
<label for"district">District</label>
</td>
<td>
<input type="text" name="district" maxlength="30" size"30">
</td>
</tr>
<tr>
<td>
<label for"state">State</label>
</td>
<td>
<input type="text" name="state" maxlength="30" size"30">
</td>
</tr>
<tr>
<td>
</td>
<td>
<textarea placeholder="Message" height="10%"
width="20%" rowspan=2></textarea> </td>
</tr>
<td>
</td>
<td colspan="2" style="text-align:center">
23
<input type="submit" value="submit">
</tr>
</table> </form>
</div>
</nav>
<footer class="pageend">
<p>©2024 Reserved All Copyrights</p>
</footer>
</body>
</html>
24
11.6 CONTACTUS PAGE CSS
}
.img1 {
float: left;
}
.titlebarcontents { display: flex;
margin: 10px; justify-content:
end;
}
nav .titlebarcontents h3:hover{ text-
decoration: underline;
color: grey; cursor: pointer;
margin-right: 10px; }
25
.form { margin: 50px; padding: 10px;
background-color: rgba(253, 253, 253, 0.527);
border-radius: 10px; width:
50%; margin-left: 25%;
color: #000000; }
.pageend { background-color: black;
color: navy; text-align: center;
height: 30px; padding: 10px;
position: fixed; bottom: 0; width:
100%;
}
26
11.7 NEWS PAGE HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="newsCSS.css">
</head>
<body>
<header class="headlogo">
<img class="logo1" src="gk4.png">
</header>
<nav>
<img class="img1" src="Logo1.png" alt=""
height="50px" width="100px">
<div class="titlebarcontents">
<a href="HomeHTML.html" class="link">
<h3>Home|</h3>
</a>
<a href="AboutUsHTML.html" class="link">
<h3>About us|</h3>
</a>
<a href="ContactUSHTML.html" class="link">
<h3>Contact us|</h3>
</a>
<a href="newsHTML.html" class="link">
<h3>NEWS</h3>
</a>
27
</div>
</nav>
<footer class="pageend">
<p>©2024 Reserved All Copyrights</p>
</footer>
</body>
</html>
28
11.8 NEWS PAGE CSS
}
.img1 {
float: left;
}
.titlebarcontents { display: flex;
margin: 10px; justify-content: end;
}
nav .titlebarcontents h3:hover{ text-
decoration: underline;
color: grey; cursor: pointer;
margin-right: 10px; }
29
.pageend { background-color: black;
color: navy; text-align: center;
height: 30px; padding: 10px;
position: fixed; bottom: 0; width:
100%;
}
30