f1e01f2a9f012bbc22e8efa58d6133bebe0b742f
in preparation for external healthchecks and the admin backend. We define a couple test routes: - / List all routes - /ping Replies pong for online-checks - /stats Get high-level bot statistics - /most-recent-drop Returns the most recent entry from dropHistories The last two routes require a valid apikey header. All routes are prefixed by /api/v1
Band Bot
Run dev container
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
Sequelize migrations
$npx sequelize db:migrate
$npx sequelize db:seed:all
Import
Use npm run import to import from assets/import/{bands,characters}.
Description
Languages
JavaScript
100%