1.0.3 • Published 5 months ago

scoreboardbackend v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

HemaTournamentBackend

Backend for Hema Tournament

#Start Docker You'll need a properly setup .env file for that. That file is not included in source

docker-compose up -d

#Once DB is up, run migrations

npx sequelize-cli init

npx sequelize-cli db:migrate

#After major DB Changes run

sequelize-auto -h localhost -d Tournament -u pomidor1 -x <password> -p 3306  --dialect <dialect>