/PHP-Calvin-Dynamic-Blog

Custom Dynamic Blog with PHP, MySQL, and jQuery for Calvin's case study from StyleShout.

Primary LanguageJavaScript


Calvin Dynamic Blog

Description

Custom Dynamic Blog with PHP, MySQL, and jQuery for Calvin's case study from StyleShout.

Features

  • Manage Posts
  • Manage Categories
  • Slider
  • Summernote
  • Post Grid
  • etc

Environment

To run this project you need to upload database and add following environment variables to your config.php file.

$base_url     = "https://domain.com";
$servername   = "localhost";
$username     = "username";
$password     = "password";
$databasename = "db_name";

Screenshots

Tech Stack

  • HTML
  • CSS
  • JavaScript
  • PHP
  • MySQL