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

https://github.com/arijitcodes/micro-blog

This is a Micro Blog System. Admin Approval based Post System along with basic Edit, Delete features. Implementation of basic CRUD Functionality along with many more features.
https://github.com/arijitcodes/micro-blog

backend backend-webdevelopment crud css html microblog mysql php webapp

Last synced: about 2 months ago
JSON representation

This is a Micro Blog System. Admin Approval based Post System along with basic Edit, Delete features. Implementation of basic CRUD Functionality along with many more features.

Awesome Lists containing this project

README

        

# Micro Blog System

## Live Demo

For a Live Demo, Check : [https://themonkscode.com/demos/micro-blog/](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.