The SimpleBlog allow users to list different posts and create a new post. The post have title, image, description and date of creation.
- HTML
- CSS
- PHP
- MySQL
- Clone the project repository.
- Copy the cloned project folder into your web server folder.
- Rename the file
environement-sample.php
toenvironment.php
and change database connection settings. - Import the file
blog.sql
in your database server to create a blog database with sample posts. - Run the project in your browser.