Hoppa till huvudinnehåll

Project Showcase Platform

GitHub Repo Last Update Laravel Bootstrap MySQL

Banner


📌 Overview

Netshiba is a private portfolio management system designed to showcase personal projects with elegant simplicity. It features admin-exclusive access for content management while presenting a clean public interface for visitors. The platform supports dynamic ordering, multi-media attachments, and detailed project metadata.

Dashboard Preview


🌟 Key Features

CategoryDetails
Project ManagementFull CRUD operations (Create, Read, Update, Delete) for projects
Content ControlManage categories, tags, complexity levels, and display order
Media HandlingUpload project logos, screenshots, and external links
SecurityPrivate login system with optional registration lockdown

🛠 Technical Highlights

  • Framework: Laravel 10 (PHP)
  • Database: MySQL with Eloquent ORM
  • Frontend: Bootstrap 5 responsive design
  • Core Functionality:
    • Role-based authentication system
    • Dynamic form validation
    • Custom admin dashboard
    • Image optimization and storage
  • Security: CSRF protection, rate limiting, and optional registration disablement

🌐 Live Demo

Explore the live platform: https://netshiba.com


⚙️ Getting Started

To run locally:

git clone https://github.com/netraular/project-showcase-platform.git
composer install
cp .env.example .env
php artisan key:generate

📂 GitHub Repository

Contribute or review the codebase:
github.com/netraular/netshiba