MEAN Stack CRUD Operations Tutorial for Beginners in Hindi
The MEAN stack means MongoDB, Express.js, Angular, and Node.js and it is a popular technology stack for building full stack web applications.
MongoDB is used for data storage
Express.js is used for server-side routing and Apis
Angular is used for front end web application
Node.js for server-side runtime environment
---------------------------------------------
How to Get this Video Code ---) https://codewithved.com/getcode?id=aa004
--------------------------------------------
About this Channel (Code with Ved )
This channel is all about teaching software developers to build web applications
in various technologies / programming languages like Angular, React, NodeJS, Asp.Net, C#, JavaScript, SQL, etc.
Join this channel to get access to perks:
https://www.youtube.com/channel/UCnmoR8jv-_HbdKfl2PsyYvw/join
🔗 Social Links
Twitter : https://twitter.com/codewithved_
Instagram : https://www.instagram.com/codewithved_
Youtube : https://www.youtube.com/@codewithved?sub_confirmation=1
WebSite : http://codewithved.com (Launching soon)
#codewithved
Chapter & Topics in this Video
00:00 Intro
01:30 Demo
03:45 Project folder
04:39 Angular Project Create & Setup
11:24 Node.js Project Create & setup
16:08 MongoDB & mongoose setup in nodejs
22:22 Add User POST API
31:10 List Users GET API
38:20 Single User detail GET API
40:40 Update User PUT API
44:15 User DELETE API
49:15 Angular Routing
51:16 Http Client & Angular Service
52:15 Users List & Get API call
1:04:10 User Angular reactive form
1:13:23 Post API Call and data save
1:20:14 Edit & Update User form
1:28:42 Delete User & Delete Api Call