WriteHub is a Medium-like blogging platform built with Laravel. Users can create blogs, like and comment on posts, and interact with other bloggers. Admins can manage content and users.
- User authentication (login/register)
- Create, edit, delete blogs
- Like and comment on posts
- Responsive design
git clone https://github.com/holasoymas/writehub.git
cd writehubcomposer install
npm install # or pnpm install / yarn install- copy
.env.exampleto.env
cp .env.exmaple .env- Update database credentials and other config in
.env
php artisan key:generatephp artisan migrate --seednpm run dev # or pnpm/yarn run devphp artisan serve- Open http://127.0.0.1:8000 in your browser