Skip to content

CodeWithSushil/CRUD-app-in-Nodejs-and-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Connect Nodejs in MySQL Database

first install mysql npm install mysql or npm install mysqljs/mysql

install ExpressJs

npm install express or npm install --save express or npm i express

How to Setup this project

  • step 1: git clone this project.
  • step 2: go to project.
  • step 3: npm install or npm update.
  • step 4: start your MySQL Server mysqld or mysqld_safe
  • step 5: install nodemon npm install --save nodemon or npm -g install nodemon.
  • step 6: run this nodemon start

http://localhost:3000

Releases

No releases published

Packages

No packages published