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
- Host: GitHub
- URL: https://github.com/khalidlam/php-blog
- Owner: KhalidLam
- Created: 2020-02-14T12:05:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T17:17:59.000Z (over 5 years ago)
- Last Synced: 2025-07-08T23:39:40.466Z (11 months ago)
- Topics: blog, ckeditor4, mysql, php, php7
- Language: PHP
- Homepage:
- Size: 6.67 MB
- Stars: 24
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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