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

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

Awesome Lists containing this project

README

          

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

# 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).