Project Case Study
Mini Social Network
A small social network project built with Laravel, MySQL and Bootstrap.
Bootstrap
PHP
Laravel
MySQL
Overview
My first web application project using the Laravel framework, built with HTML, Bootstrap, Laravel/PHP and MySQL. Members can create posts and update account information such as their profile image and name.
Problem
Legacy project preserved as part of the development history.
Solution
The project demonstrates a practical implementation using the technologies listed in this case study.
Challenges
See the original project material and reports where available.
Lessons learned
The project provided practical experience with Laravel, MySQL, authentication, user-generated content and authorization through Policies.
Developer Mode
Under the hood
Architecture
Legacy architecture documented from the original portfolio. Additional technical notes can be edited from Admin.
Technical decisions
Laravel Policies were used to prevent users from editing or deleting posts that belong to other members.