News

PHP MySQL Project - Setup Instructions This repository contains a PHP MySQL project that you can run on your local machine using XAMPP. Below are the step-by-step instructions to download, configure, ...
In this project, I dockerized a simple CRUD (Create, Read, Update, Delete) application using PHP, MySQL, and Docker. Initially, this CRUD was built using XAMPP, but now it only requires Docker to run.
TOTD #30 explained how to create CRUD application using Grails and hosted using in-built Jetty servlet engine and in-memory HSQLDB database.