Codeplex is a simple and user-friendly Responsive blogging platform built using Laravel and Tailwind CSS. It allows users to register, log in, post their own blogs, and read blogs written by others. The platform leverages Laravel's built-in authentication system to ensure secure user registration and login.
Login Registration:
Like and Comment:
Create and Publish Blogs:
git clone https://github.com/your-username/codeplex.git
cd codeplex
composer install
pnpm install
Set up the database:
.env.example
file to .env
and update the database credentials.Generate the application key:
php artisan key:generate
php artisan migrate --seed
php artisan serve
pnpm dev
http://localhost:8000
in your web browser to access the Codeplex application.