Requirements: MongoDB, Redis
- Clone the repository
npm install
git submodule update --init --recursive --depth 1
mongo 127.0.0.1:27017/jsonresume --eval "db.resumes.insert({})"
POSTMARK_API_KEY=1234567889 MONGOHQ_URL=mongodb://127.0.0.1:27017/jsonresume node server.js
Alternatively:
Requirements: Vagrant, VirtualBox(or other providers)
- Clone the repository
vagrant up
vagrant ssh
POSTMARK_API_KEY=1234567889 MONGOHQ_URL=mongodb://127.0.0.1:27017/jsonresume node server.js
To run the tests, simply run:
npm test
For additional documentation please see the Wiki page.
Available under the MIT license.