/mern-stack-mysql

Crud utilizando el stack MERN con MSQL

Primary LanguageJavaScript

Mern-Stack-Mysql

Crud Utilizando el Stack MERN con MSQL.

React + Vite

This template provides a minimal setup to get React Working in Vite with HMR and some ESLint rules.

Currently, two official plugins are Available:

  • @vitejs/plugin-react uses Babel for Fast Refresh
  • @vitejs/plugin-react-swc uses SWC For Fast Refresh
  • Tabla: CREATE TABLE tasks ( id int(11) NOT NULL PRIMARY KEY AUTO_INCREMENT, title varchar(200) NOT NULL, description varchar(300), done tinyint(1) NOT NULL DEFAULT 0, createAt timestamp NOT NULL DEFAULT current_timestamp() );