DEV Community

Tutsmake
Tutsmake

Posted on

Build CRUD Rest Apis in Node.js Express + MySQL

Building crud rest api in node js express mysql tutorial; i am going to show you complete guide from scratch on how do you create crud rest apis in node js + express + mysql.

A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services. REST stands for representational state transfer and was created by computer scientist Roy Fielding.

Building Rest APIs CRUD IN Node js with Express + MySQL

Create Node.js application.
Setup Express web server.
Create MySQL Database and table.
Connect App to MySQL database.
Create Crud Apis Routes
Add Routes in Server.js File

https://www.tutsmake.com/node-express-js-creating-a-restful-api-mysql-example/

Top comments (0)