Skip to content

arctutorials/expressjs-mysql-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expressjs-mysql-crud

Build a RESTful APIs with ExpressJS and MySQL CRUD Tutorial

Welcome to ExpresJS and MySQL CRUD Tutorial by ARC Tutorials.

The complete video tutorials are available on YouTube.

Build a RESTful API with Express and MySQL CRUD

Part 1: Introduction and Setup - https://youtu.be/jtHS3OC64V4

Part 2: MySQL Database Creation - https://youtu.be/A1t_qemViZ0

Part 3: Create New Resource - https://youtu.be/88hYFUpNJ8A

Part 4 Read Functionality https://youtu.be/myg1xd2-fjw

Part 5 Search Functionality https://youtu.be/QXUL_pKrMFM

Part 6 Update Functionality https://youtu.be/OIL46HkyS6U

Part 7 Delete Functionality https://youtu.be/RrBW9kie9QM

How to install?

Step #1 Clone the repo

Step #2 check for node and npm installed on your machine.

Step #3 run the command "npm install"

Step #4 Create the database in MySQL by name "issues"

Step #5 Run the SQL attached in the repo

Step #6 Run the application "node index.js"

Step #7 Test the Endpoints

POST - /tickets

GET - /tickets/:id

DELETE - /tickets/:id

PUT - /tickets/:id

About

Build a RESTful APIs with ExpressJS and MySQL CRUD Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published