项目作者: saqueib

项目描述 :
A Twitter like app build using Laravel Vue.js and GraphQL by http://www.qcode.in
高级语言: PHP
项目地址: git://github.com/saqueib/qTwitter.git
创建时间: 2017-08-16T10:38:20Z
项目社区:https://github.com/saqueib/qTwitter

开源协议:MIT License

下载


qTwitter

Twitter like app using GraphQL Vue.js on Laravel by http://www.qcode.in
Check out the tutorials.

QTwitter App

Installation

  • Clone the repo and run composer install once installed you can create .env by cp .env.example .env now add your db credential in it.
  • Now generate a key for your app using php artisan key:generate
  • Then run the php artisan db:seed to seed the app with dummy data
  • point the baseURL of axios http to your app url by editing it in resources/assets/js/utils/http.js, by default it set to http://locahost:8000
  • If your url is localhost:8000 you can run the app by php artisan serve otherwise you need to install npm deps by running npm install after this you need to npm run watch to build the app browse.

Author

Created by QCode.in

License

MIT license.