Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 562 Bytes

CREAR BASE DE DATOS NOMBRE: react_db TABLA: blogs CAMPOS: id: AI title: VARCHAR content: VARCHAR createdAt: DATE updatedAt: DATE

En la carpeta node installar npm i express cors mysql2 sequelize npm install nodemon -g

PARA INICIAR INGRESAR EN LA CONSOLA
nodemon app

EN LA CARPETA REACTFRONT npm install npm i axios react-router-dom npm install -D tailwindcss npx tailwindcss init PARA INICIAR INGRESAR EN LA CONSOLA npm start