/pixel-purrfect-php

Project of a website made with PHP using Laravel principles. Besides PHP, this repository uses Docker, MySQL, and Nginx.

Primary LanguagePHP

Pixel Purrfect Website

Screen of Pixel Purrfect Website

What is this?

It is a project made with PHP mimicking Laravel for learning purposes. The website is like a blog about cats, where you can create your account and post articles about cats because we are in this heart only to love these fluffy creatures, aren't we?

 

How to run this project?

First, you must have Docker Compose installed on your machine. Then, past in your terminal:

    git clone https://github.com/gdiasb/pixel-purrfect-php.git

    cd pixel-purrfect-php

    docker compose up -d

Now, open your browser and access http://docker.localhost. If everything works, you should see the main page of Pixel Purrfect website :)

 

Next steps

  • Improve the existing ones and create more tests;
  • Create a captivating text for the About page;
  • Create a page that lists adoption sites around the world;

Wanna help? Just text me on Twitter @gdiasbm.

 

Thanks

To the amazing Jeffrey Way from Laracasts.