limazia / quickgallery

Instantly make your web folder of images an online gallery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickGallery

Quick Gallery allows you to upload image folders to make an online gallery with support for multiple image galleries.

Screenshots

Quick Gallery Quick Gallery Quick Gallery Quick Gallery

Instructions

  1. Download the repository
  2. Then run your package manager's install command: npm i or yarn add
  3. Configure the ".env" file and create the "FOLDER_ROOT" folder
  4. Run the server with npm start or yarn run

Settings

Edit in .env file:

FOLDER_ROOT=store
STATIC_DIR=attachments
ALLOWED_TYPE="png, jpg, jpeg, gif"

FOLDER_ROOT: Root folder to create gallery categories
STATIC_DIR: Static route to show images (http://localhost:3000/attachments/fortnite/scarlight.png)
ALLOWED_TYPE: File extension allowed

File Tree Example

quickgallery
├── src/
├── .env
├── store/Fortnite
│   ├── Fortnite_2022-01-08_3423_.png
│   ├── Fortnite_2022-01-08_3489_.png
│   ├── Fortnite_2022-01-08_3478_.jpg
├── package.json

Credits

Created by Acacio de Lima inspired in QuickGallery created in PHP by mojeda

About

Instantly make your web folder of images an online gallery.


Languages

Language:JavaScript 94.8%Language:SCSS 1.8%Language:EJS 1.7%Language:CSS 1.7%