byBackfish / ConfigBackend

A simple backend for multi process configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple backend for multi process configurations

License:MIT License


Languages

Language:TypeScript 100.0%