MVC Framework made with PHP
Simple MVC (Model-View-Controller) framework made with PHP.
Framework contains these core classes
1.Routing - responsible for routing
2.Database - database connection
3.Dispatcher - dispatch the matched route
4.Model - base model for models
5.Request - handling global variables
6.Controller - base controller (render views and inserts data)
-Front-end: TailwindCSS
-Back-end: PHP (MVC, OOP)
-Filter by categories
-User authentication
-Admin can give users permission to create, edit and delete news
-Initial MVC design pattern was adopted from Brad Traversy
-Front-end: Bootsrap
-Back-end: Laravel
-User authentication
-Posts, comments CRUD implementation
-Follow and unfollow feature
-Search users by name
-View user profiles
-Front-end: TailwindCSS
-Back-end: Laravel
-Filter by tags
-User authentication