All Projects → jsonresume → Registry Server

jsonresume / Registry Server

Licence: mit
This repo is deprecated in favor of https://github.com/jsonresume/registry-functions

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Registry Server

Jsonresume Theme Stackoverflow
Stack Overflow theme for JSON Resume
Stars: ✭ 85 (-10.53%)
Mutual labels:  resume
Davos
Web-based FTP automation for Linux servers.
Stars: ✭ 90 (-5.26%)
Mutual labels:  server
Py Kms
KMS Server Emulator written in Python
Stars: ✭ 1,318 (+1287.37%)
Mutual labels:  server
Go Whatsapp Rest
Go WhatsApp Implementation in REST API
Stars: ✭ 86 (-9.47%)
Mutual labels:  server
Serve
serve starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues
Stars: ✭ 90 (-5.26%)
Mutual labels:  server
Selfhosted Server
Selfhosted server with Ansible.
Stars: ✭ 91 (-4.21%)
Mutual labels:  server
Dev
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
Stars: ✭ 84 (-11.58%)
Mutual labels:  server
Cocsharp
Clash of Clans library, proxy and server written in .NET [Unmaintained]
Stars: ✭ 94 (-1.05%)
Mutual labels:  server
Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (-6.32%)
Mutual labels:  server
Recordwav
Android手机录制wav/pcm文件,支持暂停,再录制。支持跳过静音区模式。
Stars: ✭ 93 (-2.11%)
Mutual labels:  resume
Swindon
An HTTP edge (frontend) server with smart websockets support
Stars: ✭ 87 (-8.42%)
Mutual labels:  server
Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-7.37%)
Mutual labels:  server
Verge
Official Verge Core Source Code Repository 💪
Stars: ✭ 1,311 (+1280%)
Mutual labels:  server
Resty
The minimalist framework of RESTful(server and client) - Resty
Stars: ✭ 1,268 (+1234.74%)
Mutual labels:  server
X
新生命X组件,数据中间件XCode、日志、网络、RPC、序列化、缓存、Windows服务
Stars: ✭ 1,322 (+1291.58%)
Mutual labels:  server
Tcpbin
Very crude and poorly written HTTP(s) and SMTP bin
Stars: ✭ 85 (-10.53%)
Mutual labels:  server
Startserver
Yet another http server just for fun.
Stars: ✭ 90 (-5.26%)
Mutual labels:  server
Paperplane
Lighter-than-air node.js server framework
Stars: ✭ 95 (+0%)
Mutual labels:  server
Awesome Resume For Chinese
📄 适合中文的简历模板收集(LaTeX,HTML/JS and so on)由 @hoochanlon 维护
Stars: ✭ 1,324 (+1293.68%)
Mutual labels:  resume
Cso2 Master Server
A master server for CSO2
Stars: ✭ 91 (-4.21%)
Mutual labels:  server

JSON Resume Registry Server

Join the chat at https://gitter.im/jsonresume/public Build Status Dependency Status devDependency Status Issue Stats Issue Stats

Installation

Requirements: MongoDB, Redis

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

Alternatively:

Requirements: Vagrant, VirtualBox(or other providers)

  1. Clone the repository
  2. vagrant up
  3. vagrant ssh
  4. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].