adds code


In this video, you will learn everything you need to know about Node.JS, the popular JavaScript runtime environment that powers millions of web applications. You will learn how to install Node.JS, create a basic server, serve files, build modules, use NPM packages, work with Express framework, make CRUD calls with Postman, post and get tweets from a MySQL database using SQL and Sequelize ORM, and add a frontend application with pure JavaScript. You will also learn how to use Socket IO for realtime updates and events. By the end of this video, you will be able to create your own full-stack web application with Node.JS in no time! Chapters 00:00:00 Introduction 00:01:43 What is NodeJS? 00:05:47 Install NodeJS 00:08:43 Basic NodeJS Server 00:11:50 Presenting files from the server 00:15:42 Build a module 00:19:_28 NPM and Modules 00:20:15 Reload server automatically with Nodemon 00:21:38 Express server and CRUD calls with Postman 00:29:57 Post Tweet using body-parser module 00:35:12 Get all tweets as JSON 00:36:57 Connect MySQL relational database 00:42:23 SQL insert and get 00:48:34 SQL bug fixing 00:49:09 Sequelize ORM Object Relation Mapper 01:02:41 Add frontend application (Pure JavaScript) 01:07:22 JavaScript Frontend Post to Backend 01:14:40 JavaScript Bug Fixing 01:16:32 Realtime Frontend Updates 01:20:43 Socket IO 01:23:00 Realtime events 01:24:18 Realtime frontend test 01:25:03 Outro & Recap
Previous Post Next Post