Connect mysql database with node js | View records from mysql in node js and react js

Опубликовано: 13 Октябрь 2024
на канале: Code Combination
101
1

Node js + React Js crud series

URL's :

Download node js: https://nodejs.org/en/download/
Install create-react-app: https://www.npmjs.com/package/create-...
Sequelize : https://sequelize.org/master/index.html

Packages : npm i express cors body-parser

In this video of series we will be connecting to database and viewing the records from users table in our front end react app.