How to connect Node with MSSQL Server Backend (CRUD Operations)



How to connect Node with MSSQL Server Backend (CRUD Operations)

How to connect Node with MSSQL Server Backend (CRUD Operations)

In this video you will learn to connect with MSSQL Server database with NODE.
Node Project Setup , Node Packages installation
Node modules – Express, Mssql, Nodemon, DotEnv
Setup .Env file in Node and use it files
Mysql Connection Setup and make Mysql Queries
Rest Apis – Post and Get Request, CRUD Operations
Create Database and Tables