/PicShare

Social network to share pictures and make friends

Primary LanguagePHP

PicShare

Social network to share pictures and make friends

Author

Dependencies

Installation instructions

1 - Cloning the repository:

  git clone https://github.com/brayandm/PicShare.git

2 - Changing the directory:

  cd PicShare

3 - Installing dependencies:

  composer install

4 - Copying .env.example to .env

   cp .env.example .env

5 - Mounting the server:

  ./vendor/bin/sail up -d

6 - Generating App key:

   ./vendor/bin/sail artisan key:generate

7 - Seeding the database:

  ./vendor/bin/sail artisan migrate:fresh --seed 

8 - Going to the website in the browser http://localhost:81/