Hey guys,
- I have used Laravel and Vue frameworks to implement this app.
- I also have used Giphy service to get the GIFs.
- CSS is Bulma.
- Clone this project using GIT:
git clone git@github.com:hassanazimi/Quidco.git
- Change directory:
cd Quidco
- Please run the commands below one by one in the root of the app:
composer install
cp .env.example .env
php artisan key:generate
yarn install
yarn dev
php artisan serve
Visit http://127.0.0.1:8000 and start using the app.
You can see the credentials like GIPHY_KEY
in .env
file.
I have pasted my GIPHY_KEY
in .env.example
so when it's copied, you can use it right away.