Skip to content

Web app to share your favorite photos, made with laravel

License

Notifications You must be signed in to change notification settings

kuro-vale/kuro-photos

Repository files navigation

Kuro Photos

PWD

Web app to share your favorite photos, made with laravel.

This web app was made for educationals purposes only.

Screenshots

Home

image

Photos

Screenshot_20230104_160103

Users

image

User's Dashboard

image

Deploy

Follow any of these methods and open http://localhost:8000/ to see the WebApp

Docker

Run the command below to quickly deploy this project on your machine, see the docker image for more info.

docker run -d -p 8000:8000 kurovale/kuro-photos:sqlite

Quick setup

You can run this web app on your machine, just follow these steps:

  1. git clone https://github.com/kuro-vale/kuro-photos.git
  2. cd kuro-photos
  3. composer install
  4. Create a .env, use .env.example as reference*
  5. php artisan storage:link
  6. php artisan migrate
  7. php artisan serve

Editing .env

If you want to use local storage just checkout to the commit c62701c8b662a34527ddd47a190b790c7f4d8467, that's before I setup Google Drive as a storage provider, commits after that are configs for deployment in Heroku.

More info about .env here