Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 634 Bytes

readme.md

File metadata and controls

36 lines (22 loc) · 634 Bytes

HipsterGram

An InstaGram clone built using Laravel.

To run, make sure you have node and npm installed

node -v
npm -v

Clone the git repo, then run

composer install
php artisan migrate:refresh --seed

Run the site with a local development server, e.g. laravel valet.

Optional: run tests

phpunit
php artisan dusk

If you run dusk tests be sure to run 'php artisan migrate:refresh --seed' after to prevent SQL errors.