Part 2 || Todo List Application || Node.js, Express & MongoDB

Опубликовано: 10 Октябрь 2024
на канале: IT Buddies
4,548
79

ToDo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do.
Part 1 Video Link :
   • Part 1 || Todo List Application || No...  
Part 1 code :
https://github.com/joyal7701/part1-to...

Node.js :
Node. js brings event-driven programming to web servers, enabling 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.

Part 2 Code :
https://github.com/joyal7701/part2-to...

LinkedIn :
  / joyal7701  

► Visit Our Playlists :
   / itbuddies  

#todolist #nodejs #mongodb