https://github.com/luxinenglish/myblog
https://github.com/luxinenglish/myblog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luxinenglish/myblog
- Owner: Luxinenglish
- Created: 2025-02-14T07:53:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T08:32:24.000Z (3 months ago)
- Last Synced: 2025-02-17T09:32:28.874Z (3 months ago)
- Language: PHP
- Homepage: https://luxinenglish.github.io/MyBlog/
- Size: 6.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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