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
- Host: GitHub
- URL: https://github.com/shubhambansal1997/blog.backend
- Owner: ShubhamBansal1997
- Created: 2019-06-29T20:45:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:56:14.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:46:31.334Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```