/Blog-PHP

Blog in PHP for my school

Primary LanguagePHPMIT LicenseMIT

Blog

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


๐ŸŽฏ About

Blog in PHP for my school with CSV file as database.

โœจ Features

  • Post creation
  • General view of the 15 most recent posts on the home page
  • View of a post (by clicking on the title on the home page)

In the future:

  • Post modification
  • Post deletion
  • Comment creation
  • Comment modification
  • Comment deletion
  • Account creation
  • Moderation

๐Ÿš€ Technologies

The following tools were used in this project:

โœ… Requirements

Before starting ๐Ÿ, you need to have Git installed.

๐Ÿ Starting

# Clone this project
$ git clone https://github.com/BenoitPrmt/Blog-PHP

# Access
$ cd Blog-PHP

You can launch the project as usual is XAMP, MAMP, WAMP, etc or with PHP server.

๐Ÿ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with โค๏ธ by Benoรฎt

Back to top