An open API service indexing awesome lists of open source software.

https://github.com/khalidlam/php-blog

Simple Blog using PHP and MySQL
https://github.com/khalidlam/php-blog

blog ckeditor4 mysql php php7

Last synced: 11 months ago
JSON representation

Simple Blog using PHP and MySQL

Awesome Lists containing this project

README

          

# PHP Native Blog Project

This project was built to master some PHP native coding skills.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Instructions to follow :

```
1 - You have to import the db.sql file to your database
2 - Copy all files to your htdocs/blog folder
3 - Run your server and navigate to the project (http://localhost/blog/)
```

### Prerequisites

What things you need :

```
The PHP engine Version 7
The Apache Web server
The MySQL database server
```

## Built With

* [xampp](https://www.apachefriends.org/) - PHP development environment
* [visualstudio](https://code.visualstudio.com/) - Code editor

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details