Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nityasaha13/laravel-blog

Blog App in Laravel with REST API
https://github.com/nityasaha13/laravel-blog

crud-api laravel laravel-blog-app laravelblog rest-api

Last synced: 9 days ago
JSON representation

Blog App in Laravel with REST API

Awesome Lists containing this project

README

        

# Simple Blog App in Laravel

This project is a simple blog site created using Laravel, a PHP framework. It allows users to create, read, update, and delete blog posts.

## Features
- CRUD operations for blog posts and categoories: Create, read, update, and delete blog posts.
- REST API for posts

## Installation
1. Clone this repository.
2. Install dependencies with `composer install`.
3. Copy `.env.example` to `.env` and configure your environment variables.
4. Generate application key with `php artisan key:generate`.
5. Migrate the database with `php artisan migrate`.
6. Run for temporary posts `php artisan db:seed`
9. Serve the application with `php artisan serve`.

## Contributing
Contributions are welcome! Feel free to open issues and pull requests.

laravel blog