/phonebook

CRUD App MSSQL + Express + React +Nodejs

Primary LanguageJavaScript

phonebook

CRUD App MSSQL + Express + React +Nodejs

Run server (backend)

$ cd server
$ node index.js

Run client (frontend)

$ cd client
$ npm install
$ npm start

Prepare SQL SERVER

Open SQL Server Configuration Manager and start those services.

If you can find your SQL Server Configuration Manager may be you can find it at "C:\Windows\SysWOW64\SQLServerManager15.msc"

Enable TCP/IP Port

Start the following services:

  • SQL Server
  • SQL Server Agent
  • SQL Server Browser

Run script.sql. Could be on Microsoft SQL Serve Managment Studio.