Create API with Node js, Express and MySQL | Insert, Update, Delete, View complete API tutorial | API crud with node js | Node js Tutorial | Learning Points
In this video we are going to learn about-
How to create node application.
What is npm, how it works.
Install package using npm.
Install mysql package and connect with database.
Create separate file for database connection - module concept in node js
Install express and create route using it
Create GET, POST, PUT, DELETE route.
What is postman - how to test api with postman
and many more things related to complete API crud application..
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 ?
What is OAuth2 ?
Laravel Passport Authentication
How OAuth2 works ?
How to register user using passport ?
How to login user using passport?
And many things..
ADD, EDIT, DELETE, LIST using API | API CRUD using Laravel | API tutorial | CRUD tutorial| Laravel 8
From this video we will learn about
How to create API ?
How to create laravel controller ?
How to Create Model ?
How to create migration ?
How to create Laravel Resource controller ?
How to register resource route ?
How to create fake data into table ?
What is seeder ?
What is faker ?
How to call API through Postman ?
How to make API with Laravel 8 ?
Basic crud operation. Like Create, read, update, delete.