nitro-server

The Nitro syncing server

  • 所有者: nitrotasks/nitro-server
  • 平台:
  • 許可證: GNU Affero General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Nitro Sync 3

Build Status
Maintainability
Test Coverage
Dependency Status
devDependency Status

Configure

  • You'll need PostgreSQL installed - configure the settings in config.js
  • Set a strong JWT secret in config.js

Postgres Docker Sample

This should start Postgres in Docker Nicely, no configuration required in config.js.
docker run --name nitro-postgres -p 5432:5432 -e POSTGRES_USER=nitro -e POSTGRES_PASSWORD=secret -d postgres

Running

  • Run npm run migrate to run migrations.
  • Run with npm start. There will be an error if it can't connect to the database.
  • Run npm run migrate:test to run tests. Recommended to make sure everything is working.
  • npm run test will fail if run more than once without redoing migrations.
  • You'll need to pull the Nitro client in order for the server to host it. http://github.com/nitrotasks/nitro

主要指標

概覽
名稱與所有者nitrotasks/nitro-server
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證GNU Affero General Public License v3.0
所有者活动
創建於2012-04-07 23:19:55
推送於2020-08-20 15:04:37
最后一次提交2019-08-24 20:42:16
發布數0
用户参与
星數19
關注者數4
派生數5
提交數708
已啟用問題?
問題數23
打開的問題數4
拉請求數3
打開的拉請求數4
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?