A full stack forum website built with Laravel and React.
- Authentication: Secure login and registration
- Direct Messaging: Realtime messaging
- Notifications: Realtime notifications
- Profiles: Customizable user profiles
- Moderation Tools: Lock and remove posts and threads, and ban users.
- Search: Filter threads and posts by keywords, users, or forum
- Threads: Create and manage discussion threads
- Posts: Replies to a thread
- Reaction: Like system for posts
- Bookmarks: Get notifications for new posts in bookmarked threads
- Frontend: React, Tailwind, ShadCN
- Backend: Laravel 12, SQLite
- Clone the repository
git clone https://github.com/akukerang/HoloForum
cd HoloForum- Backend Setup
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate- Frontend Setup
npm install
npm run build- Start the server
composer run devRuns on http://localhost:8000/
Regenerates slugs for forums
php artisan app:generate-forum-slugsGives user the admin role
php artisan app:make-admin {username}


