zafranf / kodekus

Laravel Blog Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

Kodekus - Blog Application

Features

Guest

  1. View content
  2. Comment on content
  3. Register as user

User

  1. Login
  2. Bookmark content
  3. Like content
  4. Edit profile
  5. Logout

Content-Writer

  1. Login
  2. Manage content
  3. Logout

Admin

  1. Login
  2. Manage content
  3. Manage user
  4. Manage web static information
  5. Manage comment
  6. Logout

Installation

  1. Clone the repository using the command "git clone [link]"
  2. Setup XAMPP or Valet
  3. Create database in MySQL
  4. Configure the .env file accordingly (need SMTP for email verification)
  5. Run command
$composer install
$npm install
$php artisan migrate
$php artisan db:seed
$php artisan serve
$php artisan storage:link
$php artisan generate:admin

Built With

Backend: Laravel
Frontend: Livewire & Tailwind
Database: MySQL

Demo: https://www.youtube.com/watch?v=sTYAHT5qbR0

About

Laravel Blog Application


Languages

Language:Blade 50.1%Language:PHP 49.9%