https://github.com/axlkun/blog-backend
Backend for a blog where I can manage the main sections (hero, about me and contact) and the blog section
https://github.com/axlkun/blog-backend
blog inertiajs jetstream laravel vue3
Last synced: about 1 month ago
JSON representation
Backend for a blog where I can manage the main sections (hero, about me and contact) and the blog section
- Host: GitHub
- URL: https://github.com/axlkun/blog-backend
- Owner: axlkun
- Created: 2023-09-29T17:59:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T01:39:40.000Z (over 2 years ago)
- Last Synced: 2025-07-31T06:27:55.738Z (11 months ago)
- Topics: blog, inertiajs, jetstream, laravel, vue3
- Language: Vue
- Homepage:
- Size: 272 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Backend
Fullstack Application developed with Vue - Inertiajs and Laravel - Jetstream where you can manage your frontend sections: hero, about us and contact, updating description and images. And you can create articles for your blog. All this data exposed to an API to consume it from the frontend
## Installation
```bash
composer install
```
## Set Environment
```bash
cp .env.example .env
```
## Set the application key
```bash
php artisan key:generate
```
## Run migrations
```bash
php artisan migrate
```
## Run Start Application
```bash
php artisan serve
```
## Documentation
[Documentation](https://documenter.getpostman.com/view/25443512/2s9YR83D5T)
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).