Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashraf-kabir/personal-blog
Dynamic blogsite using PHP, JS & mysql where user can register, log in, post blog with images, comment, edit profile, change password, etc. There is a separate admin panel also where admin can approve user & theirs posts & comments and manipulate the whole site.
https://github.com/ashraf-kabir/personal-blog
blog mysql pdo personal-blog php
Last synced: 2 months ago
JSON representation
Dynamic blogsite using PHP, JS & mysql where user can register, log in, post blog with images, comment, edit profile, change password, etc. There is a separate admin panel also where admin can approve user & theirs posts & comments and manipulate the whole site.
- Host: GitHub
- URL: https://github.com/ashraf-kabir/personal-blog
- Owner: ashraf-kabir
- License: mit
- Created: 2019-08-26T17:23:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T06:18:08.000Z (over 2 years ago)
- Last Synced: 2023-06-17T21:02:36.091Z (over 1 year ago)
- Topics: blog, mysql, pdo, personal-blog, php
- Language: PHP
- Homepage: https://personalblog.ashrafkabir.com/
- Size: 9.37 MB
- Stars: 56
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changeimage1.php
- License: LICENSE
Awesome Lists containing this project
README
# personal-blog
PHP PDO
design framework: bootstrap v4
Database: MySql
(PDO style followed which is secured than mysqli commands)
User Panel:
1. Register
2. Log in
3. Post on blog with image
4. Add comments on posts
Admin Panel:
1. admin log in
2. approve or decline users
3. approve or decline posts
4. approve or decline comments
5. passwords are md5 encrypted, so change at sql to login as admin#### sql file is attached inside the sql directory.
n.b.: admin panel is at project-folder/admin
admin login
email: [email protected]
password: 12345678### Preview: Home Page
![Homepage preview](https://github.com/ashraf-kabir/personal-blog/blob/master/personal-blog-home-preview.png)
### Raise a star to support me