Deja-Vu is the frontend build in vue.js Pixelate is the back-end build on Laravel
This is my attempt to build a microservice application based on laravel and vue js. To try out this application, check the link below.
To install, clone this repository, cd into it and from root folder, run the following commands
- edit the following in quasar.conf.js
PUSHER_KEY = 'YOUR_PUSHER_KEY'
- edit the following in quasar.conf.js
GOOGLE_API_KEY = 'YOUR_GOOGLE_API_KEY'
$ make install-pusher
$ make install-echo
$ quasar dev
$ make build