Loading repository data…
Loading repository data…
MobinaJafarian / repository
A BitBlog ("weblog") is a simple online journal that can be run by a single person and provides regular updates (blog posts) on various topics. and presents posts in reverse chronological order , and written with PHP 8.1
simple PHP blog
A BitBlog ("weblog") is a simple online journal that can be run by a single person and provides regular updates (blog posts) on various topics.
and presents posts in reverse chronological order , and written with PHP 8.1
List the ready features here:
Install XAMPP or WAMPP
Open XAMPP Control panal and start [apache] and [mysql] .
Download project from github(https://github.com/MobinaJafarian/BitBlog)
OR follow gitbash commands
i>cd C:\xampp\htdocs\
ii>git clone https://github.com/MobinaJafarian/BitBlog.git
extract files in C:\xampp\htdocs.
open link localhost/phpmyadmin
click on new at side navbar.
give a database name as (bit-blog) hit on create button.
after creating database name click on import.
browse the file in directory [BitBlog/assets/database/bit-blog.sql].
after importing successfully.
open any browser and type http://localhost/BitBlog/
first register and then login
admin login details:
php -S localhost:8000
Project is: complete
Created by @MobinaJafarian - feel free to contact me!