Minzkraut 202ab08d6c Import: Added band and character import
Use 'npm run import' to import from assets/import/{bands,characters}.
Existing entries are not overwritten!
2022-08-29 00:33:37 +02:00
2022-08-19 19:18:01 +02:00
2022-08-28 22:19:03 +02:00
2022-08-28 22:19:03 +02:00
2022-08-20 03:35:36 +02:00
2022-08-28 22:19:03 +02:00
2022-08-25 23:20:52 +02:00
2022-08-18 11:26:51 +02:00
2022-08-20 03:35:36 +02:00

Band Bot

Run dev container

$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Sequelize migrations

If ran outside the container, DB_HOST must be set to localhost or the container's IP address.

$npx sequelize db:migrate
$npx sequelize db:seed:all
Description
No description provided
Readme 15 MiB
Languages
JavaScript 100%