Skip to content

Baka9k/express-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery web-application built with Node.js

This is a self-hosted gallery application.

How to host it on your server

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

Screenshots:

Desktop:

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Mobile:

Screenshot 5 Screenshot 6 Screenshot 7

About

Gallery on Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published