Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.23 KB

Micro Blog System

Live Demo

For a Live Demo, Check : https://themonkscode.com/demos/micro-blog/

Functionalities & Technology Used

Technologies Used : HTML, CSS, Bootstrap, PHP, MySQL

Functionalities : Admin Approval Based Post System, Login, Logout, User Email Verification System, Password Change, Edit / Delete Post, Post Status Control (Public/Private), Mini Admin Panel.

From The Developer:

This was an Internview Assignment Project by a company. It was a Backend Position and the project requirement was Backend Only, so you will see very less use of Frontend Technology.

I only worked on the features I was asked as a demonstration for them.

This is not an application to be used publicly. There are many functionalities that could be added. You can use it as a PHP Cheat-Sheet / Reference to code.

Tips

  1. To setup this project in your local directory, set up the config.php properly.

  2. To use the 'Password Reset' and 'User EMail Verification in Registration' make the following changes :

    Change the website for the Password Reset Link to your own website where you are hosting the app in 'VERIFICATION EMAIL' Section of /forgot/forgotpassword.php and /registration.php.