Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 451 Bytes

MemeGenerator

Share jokes with your team!

Requirements

You need a mongodb database and nodejs.

Installing

First, install the dependencies:

npm install

Then, make a copy of the example options and set them based on your scenario:

cp options_example.json options.json
emacs options.json

Then, execute this line to launch the server:

node server/server.js --optionsFile=options.json | ./node_modules/.bin/bunyan