This is a self-hosted gallery application.
To install express-gallery you need node and npm on your server, then just do the following:
git clone https://github.com/Baka9k/express-gallery.git
cd express-gallery
npm install
mkdir uploads
mkdir thumbnails
node app.js &
The app uses MongoDB as storage engine. Note that you need a working MongoDB instance on your machine.
To change the number of thumbnails per page update the config.json
file:
{"thumbsOnPage": "25"}
Users database stored in users.json
file, and has default user qwerty
with password 123