/php-exercises

PHP exercises from System Analysis and Development course ๐Ÿ““

Primary LanguagePHP

PHP Template

๐Ÿงช Technologies

  • PHP
  • Docker
  • NGINX
  • MariaDB

๐Ÿš€ Starting the project

Clone the project and get inside it's folder

git clone https://github.com/danicunhac/php-template.git

cd php-template

Follow the steps below

# Start the docker container
$ docker-compose up

Next, go to 127.0.0.1 and should see you php page running!