Skip to content

bhaskargoyal/Blogging-System

Repository files navigation

A simple blogging system using PHP and MySQL.

Basic Overview

This project can be forked by anyone who knows or is in phase of learnig PHP and is trying to figure out how a login and a blogger can be implemented.

Users

Consists of a login sytem.
This project uses user and login tables in blog db.
(Whole of the mysql code is available in blog.sql)

Blogs

Blogs (from db) are fetched and displayed, at home page.
After creating an account, new blogs can be written.
Each blog reserves special privelages for editing and deletion.

How to run this project on your machine

Unfortunately, documentation is a bit sparse at the moment (I gladly accept contributions).
The project is well-structured, and you need to do is

  1. Open phpmyadmin.
  2. Make new db with name 'blog'.
  3. Import the file blog.sql.
  4. Run the localhost apache server.
  5. Open /blog directory, to view index page.

If you need any help. You can find my email on my github profile.

About

A php based blogging system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •