/registry-server

Upload and store your resume on our registry servers or host your own

Primary LanguageJavaScriptMIT LicenseMIT

JSON Resume Registry Server

Build Status

Installation

Requirements: MongoDB, Redis

  1. Clone the repository
  2. npm install
  3. git submodule update --init --recursive
  4. mongo localhost:27017/jsonresume --eval "db.resumes.insert({})"
  5. MONGOHQ_URL=mongodb://localhost:27017/jsonresume node server.js

Documentation

For additional documentation please see the Wiki page.

License

Available under the MIT license.