Mind Travel (DEPRECATED, see https://github.com/maximeMD/mind-travel-client and https://github.com/maximeMD/mind-travel-api)
Mind Travel is a picture library webapp based on Node.js
First, you need to clone this repository :
git clone https://github.com/maximeMD/mind-travel
Then, you can choose the "manual" installation or the Docker installation (work in progress)
Go to the app directory and install node packages with npm :
cd mind-travel
npm install
Edit the config files to enter the mongoDB credentials, and the directories where you want your images and their thumnbails to be stored.
(work in progress) put you SSL files in the "keys" directory