This project is a simple blog site created using Laravel, a PHP framework. It allows users to create, read, update, and delete blog posts.
- CRUD operations for blog posts and categoories: Create, read, update, and delete blog posts.
- REST API for posts
- Clone this repository.
- Install dependencies with
composer install
. - Copy
.env.example
to.env
and configure your environment variables. - Generate application key with
php artisan key:generate
. - Migrate the database with
php artisan migrate
. - Run for temporary posts
php artisan db:seed
- Serve the application with
php artisan serve
.
Contributions are welcome! Feel free to open issues and pull requests.