Complete Tutorial with Node and MySQL | Node Js Tutorial | MySQL and Node | Learning Points
From this video we are going to earn about -
How to create node application?
What is package.json?
How to create package.json?
What is node module?
What is package-lock.json?
How to install package using npm?
How dependency manages using package.json?
How to install mysql package in node application?
How to connect mysql with node application?
How to query in node?
Insert, Update, View and delete query?
Types of joining in mysql?
Left Join, Right Join and Inner join explanation with example.
Laravel Soft Delete | Laravel 8 | Learning Points
In this video we are going to discuss about laravel softdelete option. So how Soft Delete works In Laravel. When models are soft deleted, they are not actually removed from your database. User can delete records from there list or from there place but it will not physically delete from database. It basically changes some flag in table. When need we can restore that also. In this video I will explain each and every things from very scratch and also learn about restoration process.
How to integrate google search in my website?
How to improve your website SEO
Demo link : http://learning-points.in/tutorial/search.php
We will get npm automatically, if you install node js in our system. We need to follow some simple steps to install node in our windows application.
You need follow few steps to install node js in your system.
Click on Read More to see the full installation process.
From this video we will learn about
User Authentication with API request?
How to pass Bearer Token with API request ?
Token based authentication with laravel
How to create laravel controller ?
How to Create Model ?
How to create migration ?
What is database seeding and faker ?
How to use Sanctum for laravel authentication?
How to create middleware group?
How to protect url from unauthorized access?