registry-server
registry-server copied to clipboard
This repo is deprecated in favor of https://github.com/jsonresume/registry-functions
JSON Resume Registry Server
Installation
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
Testing
To run the tests, simply run:
npm test
Documentation
For additional documentation please see the Wiki page.
License
Available under the MIT license.