Nodejs crud using Mysql - Robert's Blog

Nodejs crud using Mysql

By Robby 2 Comments August 26, 2017

I have created a sample and basic crud operation using Nodejs with express js 

https://github.com/Robertrobinson777/Nodejs-crud

Download a project

and type a command

npm install

Then

SQL file is in project (student.sql)

Change the user, passowrd, database name in app.js

node app.js

The project will run in http://localhost:7000/

2 Comments found

Rapsan jani

This article is helpful by using with CRUD Operation in Expressjs with MVC Pattern in Express, But Let me know that How to send flash message after inserting, updating, or deleting the data

Reply

    Robby

    Ya sure

    Reply

Add Comment

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