estructuraProyecto

This commit is contained in:
Alain Vasquez Ramirez 2025-02-19 08:39:46 -06:00
parent 71fe8ac1ab
commit 9599339961
5 changed files with 5 additions and 0 deletions

5
bd/bd.sql Normal file
View File

@ -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;

0
controladores/login.php Normal file
View File

0
css/estilo.css Normal file
View File

0
index.html Normal file
View File

0
js/login.js Normal file
View File