Very ultra mega hyper simple Blog. A homework for Programming IV Course.
What I need before:
Now just open your terminal and clone the repo.
$ git clone https://github.com/Jpuelpan/simple-blog simple-blog
$ cd simple-blog
Install the dependencies.
$ composer install
Create the database.php from database-base.php and change the connection data.
$ cp database-base.php database.php
Then, load the database schema
$ mysql -u user -p my-blog-db < database.sql
Finally run the server through Apache, NGINX or simply
$ php -S localhost:8080 index.php
The credits go to:
The end :)