/ConfigBackend

A simple backend for multi process configurations

Primary LanguageTypeScriptMIT LicenseMIT

ConfigBacken

A simple backend for multi process configurations

Requirements

  • Have Node.js installed
  • Have a MongoDB database

Installation

  • Clone this repo
  • Edit the src/Config.ts and fill in your data
  • Run npm i -g typescript yarn
  • Run yarn
  • Run tsc
  • Run node dist/Start.js

JVM API

  • I also made a Java Configuration Handler. Link