Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nityasaha13/laravel-blog
- Owner: Nityasaha13
- Created: 2024-05-11T12:41:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T17:17:21.000Z (5 months ago)
- Last Synced: 2024-06-09T18:41:29.492Z (5 months ago)
- Topics: crud-api, laravel, laravel-blog-app, laravelblog, rest-api
- Language: PHP
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.