Skip to content

This is a Gif browsing app built using Laravel and Vue.

Notifications You must be signed in to change notification settings

jairoprez/gif-browsing

Repository files navigation

Gif browsing app using Laravel and Vue

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software.

  • Git.
  • PHP.
  • Composer.
  • Laravel CLI.
  • Laravel Valet (optional).
  • A webserver like Nginx or Apache.
  • A Node Package Manager ( npm or yarn ).

Install

Clone the git repository on your computer

$ git clone https://github.com/jairoprez/gif-browsing.git

You can also download the entire repository as a zip file and unpack in on your computer if you do not have git

After cloning the application, you need to install it's dependencies.

$ cd gif-browsing
$ composer install

Setup

  • When you are done with installation, copy the .env.example file to .env
$ cp .env.example .env
  • Generate the application key
$ php artisan key:generate
  • Add your database credentials to the necessary env fields

  • Migrate the application

$ php artisan migrate
  • Install Passport
$ php artisan passport:install
  • Seed Database
php artisan db:seed
  • Install node modules
$ npm install
  • Run all Laravel Mix tasks
$ npm run dev

Run the application

$ php artisan serve

Built With

  • Laravel - The PHP framework for building the API endpoints needed for the application
  • Vue - The Progressive JavaScript Framework for building interactive interfaces

About

This is a Gif browsing app built using Laravel and Vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published