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

https://github.com/shubhambansal1997/blog.backend

Contains Rest Api's used in the Vue.js blogs on the overflow.js https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2 https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1
https://github.com/shubhambansal1997/blog.backend

Last synced: 3 months ago
JSON representation

Contains Rest Api's used in the Vue.js blogs on the overflow.js https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2 https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1

Awesome Lists containing this project

README

        

# Vue js blogs backend API

> This repo contains the backend code for the rest api's used in the overflow js blogs

- [https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1](https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1)
- [https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2](https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2)

## Build Setup

```bash
# Edit the `.env` file
$ composer install

# migrate db
$ php artisan migrate

# serve at localhost:8000
$ php astisan serve
```