Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

lironzluf/gifMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gifMonitor

Gif / Image app for dev team monitor

Express (Node.js) server, Jade For templating, MongoDB for DB

#Installation

npm install

This implementation uses a MongoDB Database for saving the gifs, but you're free to use what ever you'd like.

You need the change the following line in routes/index.js with your mongodb url:

mongoose.connect('mongodb://yourmongolink');

That's it! Have fun and feel free to hit me with improvements!

#Demo alt tag

#License 2016 Liron Zluf © MIT License