Requirements: MongoDB, Redis
- Clone the repository
npm install
git submodule update --init --recursive
mongo localhost:27017/jsonresume --eval "db.resumes.insert({})"
MONGOHQ_URL=mongodb://localhost:27017/jsonresume node server.js
For additional documentation please see the Wiki page.
Available under the MIT license.