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

This is a CRUD app in Nodejs (javaScript) and MySQL Database.

Primary LanguageJavaScript

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