From 95993399619298c601efd3c35930e7df39156f1b Mon Sep 17 00:00:00 2001 From: Alain Vasquez Ramirez <zs22016095@estudiantes.uv.mx> Date: Wed, 19 Feb 2025 08:39:46 -0600 Subject: [PATCH] estructuraProyecto --- bd/bd.sql | 5 +++++ controladores/login.php | 0 css/estilo.css | 0 index.html | 0 js/login.js | 0 5 files changed, 5 insertions(+) create mode 100644 bd/bd.sql create mode 100644 controladores/login.php create mode 100644 css/estilo.css create mode 100644 index.html create mode 100644 js/login.js diff --git a/bd/bd.sql b/bd/bd.sql new file mode 100644 index 0000000..9ed1dfe --- /dev/null +++ b/bd/bd.sql @@ -0,0 +1,5 @@ +create database DeliveryFast; +CREATE USER 'proyectoSistemas'@'localhost' IDENTIFIED BY 'password'; +GRANT CREATE,ALTER,DROP,INSERT,UPDATE,DELETE,SELECT,CREATE VIEW,REFERENCES on DeliveryFast.* to 'proyectoSistemas'@'localhost'; +GRANT LOCK TABLES, PROCESS ON *.* TO 'proyectoSistemas'@'localhost'; +FLUSH PRIVILEGES; \ No newline at end of file diff --git a/controladores/login.php b/controladores/login.php new file mode 100644 index 0000000..e69de29 diff --git a/css/estilo.css b/css/estilo.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/js/login.js b/js/login.js new file mode 100644 index 0000000..e69de29