Home Node JS Node JS Mysql Crud Application

Node JS Mysql Crud Application

4 min read
0
0
327

This tutorial will teach you how to make Crud Application using Node JS and Mysql .

Create the Node Js Project Type on type command prompt

and press enter key.after that you have the fill configation of project.after done stuff you
will get the package.json file.

after that you have to install the following dependencies

Express
body-parser
Mysql

you have to create the database and tables in mysql database.

After done the stuff you have to create the file server.js

Server.js

i have attached the video link below. which will do this tutorials step by step.

 

 

 

    Load More Related Articles
    Load More By admin
    Load More In Node JS

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Check Also

    Create Maven project in Intellij

    In this tutorial will see how to create Maven project in Intellij step by step. First Step…