Blog Thingy is a simple blog website built with PHP as a school project.
The website is fully in Latvian (since I'm from Latvia).
- Create, edit, and delete blogs (posts)
- Create, edit, and delete categories
- Add blogs to categories and view blogs by category
- Search for blogs and categories
- Add comments to blog posts
- Edit and delete your own comments
- Clean and simple design
- Backend: PHP (pure PHP, no frameworks)
- Frontend: HTML + CSS
- Database: MySQL (see
migrations.sqlfor table structure) - Custom routing system (
router.php,routes.php)
- Clone the repository
- Import
migrations.sqlinto your MySQL database - Configure database connection in
config.php - Place the project in your web server (XAMPP, WAMP, or Apache/Nginx)
- Open
index.phpin your browser
Thank you for checking out my project! ;D