/php-apache-mysql/ ├── apache │ ├── apache_php.conf │ └── Dockerfile ├── Cache │ ├── cbc42e4c979f69f0_0 │ └── index-dir │ └── the-real-index ├── docker-compose.yml ...
crud_productos/ ├── Modelo/ │ ├── conexion.php # Clase de conexión a MySQL │ └── Productos.php # Clase con lógica de productos ├── index.html # Interfaz del usuario ├── script.js # Lógica del frontend ...
TOTD #30 explained how to create CRUD application using Grails and hosted using in-built Jetty servlet engine and in-memory HSQLDB database. Jetty and HSQLDB are built into Grails and allows to start ...