In this tutorial, we'll see how to create a simple To-Do App with Node.js, Express & MongoDB. This is a fun project to do for beginners who are trying to learn and get their hands dirty on Node.js.
ToDo List App is a kind of app that is generally used to maintain our day-to-day tasks or list everything that we have to do.
Node.js :
Node. js brings event-driven programming to web servers, enabling the development of fast web servers in JavaScript.
Express :
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
MongoDB :
MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, and uses JSON-like documents with optional schemas.
Mongoose :
Mongoose is an Object Data Modeling (ODM) library for MongoDB and Node. js. It manages relationships between data, provides schema validation, and is used to translate between objects in code and the representation of those objects in MongoDB.
Get HTML and CSS files from here :
https://drive.google.com/drive/folder...
Part 1 code :
https://github.com/joyal7701/part1-to...
Part 2 Video Link :
• Part 2 || Todo List Application || Node.js...
LinkedIn :
/ joyal7701
► Visit Our Playlists :
/ itbuddies
#todolist #nodejs #mongodb