Background
Build a Blog Application with PHP & MySQL
Requirement
- Create / Edit / Delete Blog Post
- While creating / editing blog post, should contain the following fields:
- Blog category (Dropdown selector, single choice, relate to table)
- Title
- Content
- 3 ways to browse the list of blog posts:
- All posts
- By category
- Search by keyword (Search for title & content)
- Blog post single page should contain the following information:
- Blog category
- Title
- Content
- Publish date & time
- Last edit date & time
Submission guideline
- Archive the application as a .zip file and uploads here, or
- Github / Gitlab project url