React JS CRUD Application | React JS + Node JS + Sql Server | React Hooks

preview_player
Показать описание
React js crud operations with Node js and Sql Server | React Hooks

React JS CRUD App using Node JS and SQL Server | React JS | Node JS | MS SQL Server

You'll learn how to:

. Set up and configure SQL Server.
. Connect the React frontend to the backend.
. Perform CRUD operations (Create, Read, Update, Delete) on employee data.

Whether you're a beginner or looking to enhance your development skills, this tutorial has everything you need to build a robust application.

Table of Contents :-

00:00 Introduction / Demo
01:40 SQL Server Table Creation
05:50 Installing Node Packages
09:30 Adding .env File for Database Details
11:40 Adding DB.js for Configuration
22:50 Get All Employees API (GET)
30:45 Get Single Employee by ID API (GET)
36:55 Add New Employee API (POST)
45:50 Update Employee API (PUT)
51:00 Delete Employee API (DELETE)
54:00 Installing Packages in React Project
54:30 Adding React Component for Employee CRUD
01:02:55 Adding a Bootstrap Table for Employee Details
01:15:15 Adding a Bootstrap Modal for Add/Update Employee
01:29:51 Outro

Support Me :-
If this video is valuable to you, support me:

Follow Me for More Content
📷 Instagram
🐦 Twitter
👍 Facebook
🌐 Website

Recommended Laptops for Programming

Thanks for watching! Don't forget to like, share, and subscribe! 😊🙏
Рекомендации по теме
Комментарии
Автор

Helpful video, thanks. I ended up using msnodesqlv8 along with mssql on the server side, and vite instead of create-react-app on the client side to be more current.

johnnybadger
Автор

Its really wow, what about if my MS-SQL Server has Windows Authentication where there is no Username and Password. Please suggest.

sdeepak
Автор

Mine says login Failed for user.bMeanwhile there is mistake on your.env file Dprocess.db_name in the db.js as against the db_database in.env file

Johneh_
Автор

connection faild ConnectionError: Connection lost - socket hang up getting this error

keshav_Pandit-