nitro-server

The Nitro syncing server

  • Owner: nitrotasks/nitro-server
  • Platform:
  • License:: GNU Affero General Public License v3.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownernitrotasks/nitro-server
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:GNU Affero General Public License v3.0
所有者活动
Created At2012-04-07 23:19:55
Pushed At2020-08-20 15:04:37
Last Commit At2019-08-24 20:42:16
Release Count0
用户参与
Stargazers Count19
Watchers Count4
Fork Count5
Commits Count708
Has Issues Enabled
Issues Count23
Issue Open Count4
Pull Requests Count3
Pull Requests Open Count4
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private