Template was taken from here
Background image was taken from here
My instructions were given here
PHP 7.1.3 Laravel 5.6+ VueJS 2.5.7
Welcome to NaperIndex! This is a Laravel & VueJS based app built to search business in Naperville using the Yelp Fusion API.
- Download the latest release of PHP from here
- Download the lastest version of Composer here
- Open command prompt/terminal and type
composer global require "laravel/installer"
- Download the latest release of git from here
- Download the latest version of NPM/NodeJS from here
- Type
git clone https://github.com/kagron/NaperIndex.git
into your command prompt/terminal cd Naperindex
to get into the directory in your command prompt/terminal- Either open your file explorer or use terminal to rename .env.example to .env
- Make an account on Yelp here and create a new App to get your private API key
- In your .env file, add API_KEY=your private API key from Yelp.
- type
npm install
in the command prompt/terminal while in the NaperIndex directory composer install
npm run dev
php artisan key:generate
php artisan serve
- Open up your favorite internet browser to navigate to localhost:8000