Build a RESTful APIs with ExpressJS and MySQL CRUD Tutorial
Welcome to ExpresJS and MySQL CRUD Tutorial by ARC Tutorials.
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
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