https://github.com/walissonrodrigo/social-spa-api
Backend from Project Social SPA using laravel for manager api.
https://github.com/walissonrodrigo/social-spa-api
Last synced: over 1 year ago
JSON representation
Backend from Project Social SPA using laravel for manager api.
- Host: GitHub
- URL: https://github.com/walissonrodrigo/social-spa-api
- Owner: WalissonRodrigo
- Created: 2020-02-06T17:03:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T17:38:06.000Z (over 6 years ago)
- Last Synced: 2025-01-29T11:14:00.035Z (over 1 year ago)
- Language: PHP
- Size: 4.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# social
> A Laravel project
## Before Install
> configure [.env](.env) file with database credentials and database name (created previous)
## Install Setup
``` bash
# install dependencies
composer install
# configure passport
php artisan passport:install
# run migrations in database
php artisan migrate --step
# run server in port 8000 in localhost for correct call in frontend
php artisan serve --host=localhost --port=8000