Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 349 Bytes

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