nycofox / hackday-imgugh

Imgur clone as a hackday project. Available on https://imgugh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgugh Hackday Project

Made as a lightweight clone of Imgur, using S3 (in this case Minio) as a backend for storing images.

Installation

Preparations

You'll need a database, an S3 compatible object storage, an SMTP server and a webserver...

Steps

  1. Clone the github repository into a directory of your choosing

    git clone nycofox/hackday-imgugh.git

  2. Edit the .env file and fill it out

  3. Run the migrations

    php artisan migrate

  4. Make sure the web server is configured to point at the /public directory.

  5. ???

  6. Profit!

About

Imgur clone as a hackday project. Available on https://imgugh.com


Languages

Language:PHP 68.9%Language:Blade 22.2%Language:HTML 8.4%Language:Shell 0.6%