The document outlines an experiment conducted by Aniket Dayanand Patil, focusing on implementing routes for serving static files and integrating a MongoDB database with a Node.js application for dynamic content generation. It includes HTML and JavaScript code for a ToDo application that allows users to add tasks and fetch existing ones from the database. The server setup using Express and Mongoose is also described, detailing the handling of API requests and responses.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views3 pages
Spp 5 aniket
The document outlines an experiment conducted by Aniket Dayanand Patil, focusing on implementing routes for serving static files and integrating a MongoDB database with a Node.js application for dynamic content generation. It includes HTML and JavaScript code for a ToDo application that allows users to add tasks and fetch existing ones from the database. The server setup using Express and Mongoose is also described, detailing the handling of API requests and responses.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
Experiment No 5
Name: Aniket Dayanand Patil
Roll No: 46 Aim: Implement routes to serve static files and a database (e.g., MongoDB) with the Node.js handle dynamic content generation. Integrate server.