The Blog was made with PHP using MVC pattern, MySQL database, and Bootstrap CSS framework. You can acess here.
The Blog application has Home, About, and Contact pages where it is possible to edit throught Admin panel. You can access the Admin panel by logging in.
There is the Dashboard where you can see some information about your blog, the About, Posts, Commentaries, and Messages to edit their respective data.
- Edit the Config.php and configure domain and DB constants;
- Create a DB with the name that was set in the Config.php file and run the SQL from assets/db_blog.sql in the created DB;
- Run it in the server of your preference.