An open API service indexing awesome lists of open source software.

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 ๐Ÿ““

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!