CorelyPHP is a ready-to-deploy blogging platform designed for efficient web development. This guide provides instructions on how to set up and run the project on your local machine.
Before you begin, ensure you have the following installed:
- PHP (>= 8.2) (8.0+ also should be fine but not tested)
- MySQL (or another compatible database)
- XAMPP / MAMP
- Git
-
Clone the repository:
git clone https://github.com/Dominik-developer/CorelyPHP.git cd CorelyPHP -
Set up the database:
- Open phpMyAdmin in your browser (
http://localhost/phpmyadmin). - Import the SQL files located in the
SQLfolder:- Create a new database by importing
blog_DB_structure.sql - Add the
blog_DB_data.sql
- Create a new database by importing
- Open phpMyAdmin in your browser (
-
Start the development server using XAMPP:
- Open XAMPP Control Panel.
- Start Apache and MySQL.
- Place the repository in the
htdocsfolder inside the XAMPP directory.
-
Access the project folder in your browser:
http://localhost/CorelyPHP:- For user:
http://localhost/CorelyPHP/public - For admin:
http://localhost/CorelyPHP/admin
- For user:
-
To log into Admin panel use
adminfor login andpassfor password.
If you'd like to contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License.