exclserver-api

The Node.JS app for ExclServer.

Usage no npm install needed!

<script type="module">
  import exclserverApi from 'https://cdn.skypack.dev/exclserver-api';
</script>

README

ExclServer API

The Node.JS app for ExclServer.

Configuration

Config file layout. Make a file called config.json, in project's base directory.

{
  "url": "http://localhost:3000",
  "mysql" : {
    "host"     : "localhost",
    "port"     : 3306,
    "user"     : "me",
    "password" : "secret",
    "database" : "testing"
  },
  "secret": "mySecretString",
  "paypal" : {
    "mode"          : "live",
    "client_id"     : "xxx",
    "client_secret" : "xxx"
  }  
}