StackBoard Tailwind Templates

Stackboard

IT Forum with Laravel 8, Using Blade's UI Kit and Icons. JetStream for authentication and Tailwind CSS. Made use also of Livewire components.

StackBoard

IT forum with Laravel where there is two type of user (Admin & Normal). Both can create threads and respond to them.

The normal user can edit or delete his own threads (and can delete his replies).

The admin can create categories and tags for threads and moderate all threads, replies and users.

Authentication is handled with JetStream. Using Blade and it's UI kit, icons and TailWindCSS for styling.

UML Diagrams

(Class, Use Case, Activity, Sequence)

Setup

  1. Install dependencies and packages
    composer install
    
npm install
  1. Copy or rename .env.example into .env.

  2. Create an empty database and type it's credentials into your .env file.

  3. Generate an APP_KEY:

    php artisan key:generate
    
  4. Migrate and seed the database:

    php artisan migrate --seed
    
  5. Run Laravel's Local Development Server:

    php artisan serve
    
  6. To login as admin and moderate: email: admin@email.com password: admin123**

  • To login as a normal user, register or connect with: email: johndoe@email.com password: johndoe

Top categories

Loading Svelte Themes