Skip to content

pphatdev/blog-post

Repository files navigation

Latest Stable Version License

Introduction

Welcome to the Laravel React Blog Post project! This is a simple blog application built with Laravel and React.js. It allows users to create, edit, and delete blog posts.

Getting Started

  1. Install dependencies:
composer install && npm install
  1. Create a .env file based on .env.example and configure your database settings.

  2. Generate an application key:

php artisan key:generate
  1. Run database migrations:
php artisan migrate
  1. Start the development server:
php artisan serve
npm run watch

With Quickly Start

Clone Project

To clone project from GitHub:

git clone https://github.com/pphatdev/blog-post.git && cd blog-post

Setup Project Environment

composer install && npm install && cp .env.example .env && php artisan key:generate && php artisan migrate && npm run dev && php artisan serve

Usage

  • Visit http://localhost:8000 in your browser to access the application.

Contributing

  • Contributions are welcome! Please create a pull request or open an issue for any improvements or bug fixes.

License

This project is licensed under the MIT License.

Acknowledgments

  • Laravel - The PHP framework used for the backend.
  • React - The JavaScript library used for the frontend.
  • Tailwind CSS - A utility-first CSS framework for styling.