This project is an educational example to demonstrate SQL injection vulnerabilities in a web application. The application is built using PHP for the backend and MySQL as the database, Docker is used to set up the development environment.
Ensure you have Docker and Docker Compose installed:
-
Build and start the Docker containers
docker compose up --build -d
-
Access the application
Once the containers are running you can access the application at http://localhost:8080/
To stop the Docker containers that are running the web application, you can use the following command:
docker compose down