Skip to content

Social network to share pictures and make friends

Notifications You must be signed in to change notification settings

brayandm/PicShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

331 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Social network to share pictures and make friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages