Node Js API Tutorial | Get API | Create API with Express framework | Fetch record from MySQL database | API test with postman | Node JS Tutorial | Learning Points
In this video we are going to learn about-
1. How to create node application
2. What is npm and how it is working
3. How to install mysql package in node js
4. How to install express in node js
5. What is nodemon and how it uses
6. Difference between dependencies and dev dependencies
7. How to connect mysql database with node js
8. How to create separate file for database connection
9. Module concept in node js
10. What is express and how to create express route
11. What is postman and how it works as API testing tool
12. How to write query in node application
13. How to fetch data from database in node