https://github.com/zeuxisoo/web-gametch
A sample web application of game topic matching powered by vue.js and vuex
https://github.com/zeuxisoo/web-gametch
laravel vuejs vuex web
Last synced: 2 months ago
JSON representation
A sample web application of game topic matching powered by vue.js and vuex
- Host: GitHub
- URL: https://github.com/zeuxisoo/web-gametch
- Owner: zeuxisoo
- Created: 2016-06-16T02:37:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T03:25:43.000Z (about 10 years ago)
- Last Synced: 2025-03-24T06:14:49.172Z (over 1 year ago)
- Topics: laravel, vuejs, vuex, web
- Language: PHP
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Web Gametch
A sample web application of game topic matching
## Installation
Assets
npm install
./node_modules/.bin/bower install
npm run prod # for production
npm run dev # for development
Composer
wget https://getcomposer.org/composer.phar
php composer.phar install
php artisan optimize
Environment
cp .env.example .env
Generate key
php artisan key:generate
php artisan jwt:generate
Edit settings
vim .env
Steup database
touch storage/database.sqlite
php artisan migrate
Seed database
php artisan db:seed
Seeded user
user / 12345678
admin / 12345678
Create storage symlink
# Make symlink `storage` to `../storage/app/public`
cd public
ln -s ../storage/app/public storage