Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

azimidev/Quidco

Repository files navigation

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.

Installation

  1. Clone this project using GIT: git clone git@github.com:hassanazimi/Quidco.git
  2. Change directory: cd Quidco
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published