0% found this document useful (0 votes)
11 views

MC4112 Py PRG Lab

Uploaded by

jence200
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)
11 views

MC4112 Py PRG Lab

Uploaded by

jence200
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/ 3

ROHINI COLLEGE OF ENGINEERING AND TECHNOLOGY

PALKULAM, KANYAKUMARI DISTRICT

DEPARTMENT OF COMPUTER APPLICATIONS

MC4212 – Full Stack Web Development Laboratory

LAB RECORD

ANNA UNIVERSITY, CHENNAI


ROHINI COLLEGE OF ENGINEERING AND TECHNOLOGY

PALKULAM, KANYAKUMARI DISTRICT

BONAFIDE CERTIFICATE

Certified that this the bona+++fide record of practical work done by


Mr/Ms. of the First semester in

COMPUTER APPLICATIONS branch of this institution in the Full Stack Web


Development Laboratory (MC4212) during academic year 2023-2024 In partial
fulfillment of the MCA Degree course of the ANNAUNIVERSITY, CHENNAI.

Staff In-Charge Head of the Department

University Register No: ..................................


University Examination Held on: ....................................

Internal Examiner External Examiner


CONTENTS

S.No Date Experiments Pg.No Signature


Create a form and validate the contents of the
1 form using java script

Get data using Fetch API from an open-source


2 endpoint and display the contents in the form
of a card
Create a NodeJS server that serves static
3
HTML and CSS files to the user without using
Express
Create a NodeJS server using Express that stores
4 data from a form as a JSON file and displays it
in another page. The redirect page should be
prepared using Handlebars.

Create a NodeJS server using Express that


creates, reads, updates and deletes foods'
5 details and stores them in MongoDB database.
The information about the food should be
obtained from a HTML form
Create a NodeJS server that creates, reads,
updates and deletes event details and stores them
in a MySQL database. The information about
6
the user should be obtained from a HTML form

7 Create a counter using ReactJS


Create a todo application using ReactJS. Store
8 the data to a JSON file using a simple NodeJS
server and retrieve the information from the
same during page reloads.

Create a simple Sign up and Login mechanism


and authenticate the user using cookies. The
user information can be stored in either
9
MongoDB or MySQL and the server should be
built using NodeJS and Express Framework

Create and deploy a virtual machine using a


virtual box that can be accessed 10from the host
computer using SSH
10

You might also like