Web app to share your favorite photos, made with laravel.
This web app was made for educationals purposes only.
Follow any of these methods and open http://localhost:8000/ to see the WebApp
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
You can run this web app on your machine, just follow these steps:
git clone https://github.com/kuro-vale/kuro-photos.git
cd kuro-photos
composer install
- Create a .env, use .env.example as reference*
php artisan storage:link
php artisan migrate
php artisan serve
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.
- For Google Drive as a storage provider see flysystem-google-drive-ext.
More info about .env here