LissetCuevas / phonebook

CRUD App MSSQL + Express + React +Nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CRUD App MSSQL + Express + React +Nodejs


Languages

Language:JavaScript 78.6%Language:HTML 12.6%Language:CSS 8.7%