crsanti / hangman-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Migrations

To avoid install Knex globally we can run cli from node_modules

DATABASE_PORT=
DATABASE_HOST=
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_NAME=
DATABASE_POOL_MIN=
DATABASE_POOL_MAX=
PORT=

Migrations Gist: https://gist.github.com/NigelEarle/70db130cc040cc2868555b29a0278261

Running Tests

$ docker-compose -f test-integration.yml up
$ docker-compose -f test-integration.yml down --rmi all -v

About


Languages

Language:Shell 44.1%Language:TypeScript 33.5%Language:JavaScript 21.9%Language:Dockerfile 0.5%