Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.02 KB

Nodejs-mysql-api-example

This is an example of building REST api with MySQL integration using Nodejs.

After creating your project please make sure you have those dependencies: "@mysql/xdevapi" "body-parser" "express" "mysql"

We will be using MySQL to connect to the database. I have already created a table in my database called "usertest" with columns "id", "name", "country" and "number" make sure "id" is auto-increment as i am not going to insert and update the id in the code.

Happy Coding :)