Skip to content

StefanRudvin/HipsterGramTDD

Folders and files

NameName
Last commit message
Last commit date
Apr 6, 2018
Mar 6, 2017
Apr 10, 2017
Mar 11, 2017
Apr 6, 2018
Apr 6, 2018
Apr 6, 2018
Oct 28, 2017
Apr 11, 2017
Mar 6, 2017
Mar 6, 2017
Apr 6, 2018
Mar 6, 2017
Apr 6, 2018
Apr 6, 2018
Mar 26, 2018
Mar 26, 2018
Mar 10, 2017
Mar 6, 2017
Oct 28, 2017
Mar 6, 2017
Apr 3, 2017
Mar 6, 2017
Mar 6, 2017

Repository files navigation

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.

About

Instagram clone built with Laravel and VueJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published