Skip to content

Conversation

@codegen-sh
Copy link

@codegen-sh codegen-sh bot commented May 9, 2025

This PR creates a full-stack blog website using Laravel for the backend API and React for the frontend.

Features

  • User authentication (register, login, logout)
  • Create, read, update, and delete blog posts
  • Categorize posts
  • Comment on posts
  • Responsive design using Material UI

Backend (Laravel)

  • RESTful API with proper resource controllers
  • Models with relationships (User, Post, Category, Comment)
  • API routes with authentication using Laravel Sanctum
  • CORS configuration for frontend communication

Frontend (React)

  • Modern React with functional components and hooks
  • Material UI for responsive design
  • React Router for navigation
  • Axios for API communication
  • Form handling and validation

How to Run

Detailed instructions are provided in the README.md file.


💻 View my workAbout Codegen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant