https://github.com/danicunhac/php-exercises
PHP exercises from System Analysis and Development course ๐
https://github.com/danicunhac/php-exercises
docker html nginx php
Last synced: 2 months ago
JSON representation
PHP exercises from System Analysis and Development course ๐
- Host: GitHub
- URL: https://github.com/danicunhac/php-exercises
- Owner: danicunhac
- Created: 2021-09-09T12:10:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T13:37:35.000Z (over 4 years ago)
- Last Synced: 2025-10-19T08:59:17.695Z (8 months ago)
- Topics: docker, html, nginx, php
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Template
## ๐งช Technologies
- PHP
- Docker
- NGINX
- MariaDB
## ๐ Starting the project
Clone the project and get inside it's folder
```bash
git clone https://github.com/danicunhac/php-template.git
cd php-template
```
Follow the steps below
```bash
# Start the docker container
$ docker-compose up
```
Next, go to `127.0.0.1` and should see you php page running!