Skip to content

Repository files navigation

Nodejs Restful API CRUD

Restful api curd tutorial for node.js beginner.

Installation

git clone https://github.com/CrackiGuy/node-restapi.git
cd node-restapi && npm install
npm start

Routes List

routemethoddescription
/customersgetget all customers
/customers/:idgetget a customer via :id
/customerspostcreate new customer
/customersputupdate a customer info
/customers/:iddeletedelete a customer via :id
/customersdeletedelete all customers

Using With

About

Node.js CRUD with Mysql

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages