BurakAydmrr / mysql-node.js-and-express-rest-api-crud

Mysql Node.js and express.js crud process

Repository from Github https://github.comBurakAydmrr/mysql-node.js-and-express-rest-api-crudRepository from Github https://github.comBurakAydmrr/mysql-node.js-and-express-rest-api-crud

MYSQL NODE.JS AND EXPRESS REST API - CRUD

Update the connection settings first

get method example

Listing : localhost:3000/users


Create : localhost:3000/users/add/?name=John&email=example@exapmle.com


Update : localhost:3000/users/update?id=1&name=Tom&email=tom@example.com


Delete : localhost:3000/users/delete?id=1

mysql-node.js-and-express-rest-api-crud

About

Mysql Node.js and express.js crud process


Languages

Language:JavaScript 100.0%