This application keeps track of players that get banned from game servers. This data can then be shared between admins/servers.
- Install NodeJs.
- Clone this repo to your machine with
git clone - Run
npm install --only=prodto install the dependencies - Copy
.env.exampleto.env - Fill in the database connection info
- Initialise database
npm run db:init npm start
- Set the port with environment variable PORT.
npm test
Run the mocha tests
npm run lint
Run ESLint to check code style.