Skip to content

LissetCuevas/phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published