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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?