Tuesday 25 February 2020

Express & MySQL tutorial for creating a CRUD (Create, Read, Update, Delete) App

Hi everyone,I created a tutorial showing how to create a fullstack web app using the express framework, MySQL, HTML, CSS, and JavaScript. For this app, we create have a simple input that lets you add names to a table.In that table we can edit the name or delete that row. We also implement a simple search feature.This is a simple app but it teaches the basics of connecting a backend (express in this case) to a MySQL database and the CRUD functionality.I hope this is a helpful tutorial.https://www.youtube.com/watch?v=vrj9AohVhPA

Submitted February 26, 2020 at 04:19AM by basketballcode23

No comments:

Post a Comment