This is a simple CRUD web application made with PHP, MySQL, Html, CSS, JS. This basic web application demonstrates add, edit, delete functionalities with MySQL database.
/php-apache-mysql/ ├── apache │ ├── apache_php.conf │ └── Dockerfile ├── Cache │ ├── cbc42e4c979f69f0_0 │ └── index-dir │ └── the-real-index ├── docker-compose.yml ...
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 ...