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 u 6C77 ser registration and login.
- User Registration: New users can easily sign up for an account on Codeplex.
- User Login: Registered users can log in to access their personalized dashboard.
- Create and Publish Blogs: Authenticated users can create and publish their own blogs with ease.
- Read Blogs: Users can explore and read blogs posted by other users.
- Laravel: A powerful PHP framework for building web applications.
- Tailwind CSS: A utility-first CSS framework for building modern and responsive designs.
- Clone the repository:
git clone https://github.com/your-username/codeplex.git
cd codeplex
- Install dependencies:
composer install
pnpm install
-
Set up the database:
- Create a new database for the project.
- Rename the
.env.example
file to.env
and update the database credentials.
-
Generate the application key:
php artisan key:generate
- Run migrations and seed the database:
php artisan migrate --seed
- Start the development server:
php artisan serve
- Start the nodejs server:
pnpm dev
- Visit
http://localhost:8000
in your web browser to access the Codeplex application.