Social network to share pictures and make friends
- Brayan Durán Medina (@brayandm)
1 - Cloning the repository:
git clone https://github.com/brayandm/PicShare.git2 - Changing the directory:
cd PicShare3 - Installing dependencies:
composer install4 - Copying .env.example to .env
cp .env.example .env5 - Mounting the server:
./vendor/bin/sail up -d6 - Generating App key:
./vendor/bin/sail artisan key:generate7 - Seeding the database:
./vendor/bin/sail artisan migrate:fresh --seed 8 - Going to the website in the browser http://localhost:81/