Skip to content

Will provide a service to sync teams between webclient, C++ client and hopefully standalone web pages.

Notifications You must be signed in to change notification settings

po-devs/skyteams-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See TODO.txt.

Instructions: Create config.json with the following contents

{
    "database": {
        "type": "mysql",
        "user": "user",
        "password": "pass",
        "host": "localhost",
        "database": "teamsync"
    }
}

Install dependencies: npm install Create database: npm run-script setup Run service: npm start

About

Will provide a service to sync teams between webclient, C++ client and hopefully standalone web pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published