Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sadanand1256/bitblog-master

About 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
https://github.com/sadanand1256/bitblog-master

blog blogging boot mysql php7 php8 simple-blog-website welog

Last synced: 26 days ago
JSON representation

About 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

Awesome Lists containing this project

README

        

# Bit Blog
simple PHP blog

## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Features](#features)
* [Screenshots](#screenshots)
* [Setup](#setup)
* [Usage](#usage)
* [Project Status](#project-status)
* [Contact](#contact)

## General Information

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

## Technologies Used
- PHP 8.1.10

## Features
List the ready features here:
- create , read , update and delete posts
- Change Status (enable or disable)
- Create & Edit Categories
- View Details

## Screenshots
![all posts screenshot](./assets/images/screenshots/Screenshot-Bit%20Blog%20all%20posts.png)

![bussines-category screenshot](./assets/images/screenshots/Screenshot-Bussines.png)

![marketing-category screenshot](./assets/images/screenshots/Screenshot-Marketing%20%26%20social%20media.png)

![posts-panel screenshot](./assets/images/screenshots/Screenshot-posts.png)

![categories-panel screenshot](./assets/images/screenshots/Screenshot-categories%20.png)

## Setup
1. Install XAMPP or WAMPP

2. Open XAMPP Control panal and start [apache] and [mysql] .

3. 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

4. extract files in C:\\xampp\htdocs\.

5. open link localhost/phpmyadmin

6. click on new at side navbar.

7. give a database name as (bit-blog) hit on create button.

8. after creating database name click on import.

9. browse the file in directory
[BitBlog/assets/database/bit-blog.sql].

10. after importing successfully.

11. open any browser and type http://localhost/BitBlog/

12. first register and then login

13. admin login details:
- Email = [email protected]
- Password = 123456

## Usage

`php -S localhost:8000`

## Project Status
Project is: _complete_