A Twitter like app build using Laravel Vue.js and GraphQL by http://www.qcode.in
Twitter like app using GraphQL Vue.js on Laravel by http://www.qcode.in
Check out the tutorials.
composer install
once installed you can create .env
by cp .env.example .env
now add your db credential in it.php artisan key:generate
php artisan db:seed
to seed the app with dummy dataresources/assets/js/utils/http.js
, by default it set to http://locahost:8000
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.Created by QCode.in