https://github.com/aniellopiscopo/php-dischi-json
Simple page that shows a list of disks made with PHP , CSS , bootstrap and JS developed during the course of Full-Stack Web Developer with Boolean
https://github.com/aniellopiscopo/php-dischi-json
bootstrap bootstrap5 css css3 javascript js json php php8
Last synced: 3 months ago
JSON representation
Simple page that shows a list of disks made with PHP , CSS , bootstrap and JS developed during the course of Full-Stack Web Developer with Boolean
- Host: GitHub
- URL: https://github.com/aniellopiscopo/php-dischi-json
- Owner: AnielloPiscopo
- Created: 2023-01-27T17:28:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T10:35:21.000Z (almost 3 years ago)
- Last Synced: 2025-07-05T20:45:48.222Z (about 1 year ago)
- Topics: bootstrap, bootstrap5, css, css3, javascript, js, json, php, php8
- Language: Hack
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
PHP-STRONG-PASSWORD-GENERATOR
โฆ Simple page that shows a list of disks made with PHP , CSS , bootstrap and JS
โฆ Developed during the course of Full-Stack Web Developer with Boolean
---
## ๐ Getting Started
### โ๏ธ Prerequisites
Before you begin, ensure that you have the following prerequisites installed:
> 1. Install a Local Web Server: You can use solutions like XAMPP, WAMP, MAMP, or LAMP, depending on your operating system (Windows, macOS, or Linux). These packages include a preconfigured Apache web server, MySQL (or a similar database), and PHP, making it easier to set up your development environment.
> 2. Configure the Web Server:
- Once you've installed the web server, you'll need to configure the folder where your PHP repository is located. This folder is typically named "htdocs" or "www" and is located within the installation directory of your web server.
- Copy your PHP repository into the web server's folder.
> 3. Start the Web Server: Start the local web server from the control panel of the software you've installed (e.g., XAMPP or MAMP).
Ensure that the web server is running and that there are no errors during startup.
> 4. Test the Application: Open a web browser and navigate to http://localhost or http://127.0.0.1. This should load your PHP application if it's configured correctly in the web server's directory.
### ๐ฆ Installation
1. Clone the repository:
```sh
git clone https://github.com/AnielloPiscopo/php-dishi-json
```
2. Change to the project directory:
```sh
cd php-dishi-json
```
### ๐ฎ Using php-dishi-json
```sh
php index.php
```
### ๐งช Running Tests
```sh
vendor/bin/phpunit
```
---