This project is part of my journey in mastering PHP, web development, and database management, inspired by my coursework from the Laracasts PHP Path. It showcases a collection of projects that highlight my skills in designing responsive, user-friendly websites, integrating back-end functionality, and managing data with MySQL.
By exploring this demo, you'll gain insight into how I approach full-stack development using modern PHP practices, following best coding standards, and utilizing tools like Docker to streamline workflows.
- Dynamic Web Pages: Developed using PHP, implementing routing and session handling to create dynamic and interactive user experiences.
- Database Integration: Projects include examples of CRUD (Create, Read, Update, Delete) operations with Postgress databases.
- Deployment-Ready: The project is easily deployable with Docker and can be run seamlessly in any development environment using GitHub Codespaces.
Check it out: https://php-demo.nekofans.net/
Or try the backup link (static site without PHP support)
- Login to GitHub.com.
- Click on the green "Code" button in the repository.
- Choose "Create codespace on main".
- Wait for the Codespace (VS Code) to initialize.
- Open the Forwarded Ports tab and click the link for Port 8080 to access the website.
- Clone the repository locally.
- Run
docker-compose up
in the project directory. - Open
localhost:8080
in your browser to view the website.