PHP-MySQL-WebApp

🖥 This project was developed for a school assignment as part of the training program for IT specialists in application development by Yannic Drews & Yanic Döpner.

GPL-3.0 License

Stars
3
Committers
5

🗯️ Introduction

› This project is centered around the development of a user-friendly website. The website was crafted using HTML, CSS, JavaScript, and PHP, which are some of the most powerful and widely-used languages in web development.

🤔 - The primary function of this website is to present tables from a MySQL database in an intuitive and accessible manner. By leveraging these technologies, the project aims to provide a seamless user experience, making database interaction straightforward and efficient.

› This project was developed by Yannic Drews & Yanic Döpner for a project work in their training as IT specialists for application development - some parts of the project are on german because that's the language that was specified for the project work.

🪛 Features

PHP-MySQL-WebApp provides a set of fundamental features that can assist you in handling databases and working with PHP, thereby facilitating your learning process on how to manage them effectively.

📢 › This project is designed to be compatible down to PHP 5.6 and has been tested on both XAMPP and IntelliJ’s built-in web server.

It supports following features:

🔨 Installation

› Before you can start exploring our small website for learning purposes, there are a few preparations you need to make.

💡 › You will need a MySQL Database and a web server capable of running PHP.

Then, follow these steps to ensure everything runs smoothly:

  1. Execute our MySQL-Init Script buchladen.sql located in the assets/sql/buchladen.sql folder.
  2. Set your correct MySQL login credentials in assets/php/main.php
  3. Start the Webserver and have FUN!