Skip to content

aeologictech/CURD-Node-express-mysql-using-AJAX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of CRUD in Node.js and mySQL.

Installation

cd CURD-Node-express-mysql-using-AJAX

then

npm install

Configuration (database)

server.js

    host: 'localhost',
    user: 'root',
    password : 'root',
    port : 3306, //port mysql
    database:'test'	

You're gonna need to create a DB named 'test' or whatever you name it, import test_db.sql

Open your Browser

And type: localhost:3000/api/user

About

This is an example of CRUD in Node.js and mySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published