Daemon process to run migrations
- NodeJS version 12
- NVM - https://github.com/nvm-sh/nvm
- yarn - https://github.com/yarnpkg/yarn
- Typescript 3.7.5 - https://www.typescriptlang.org/
- Docker - https://www.docker.com/
To setup this project you have to run following commands:
nvm useTo activate specified NodeJS versionyarnInstall dependencies
The project can be run by building the docker contained and then starting it
docker build -t crispy-worker .
docker run --rm -d -p 4000:4000 crispy-workeryarn startRunning nodemon for local developmentyarn buildCompile Typescript to./distdirectoryyarn cleanRemove & Install dependencies
Contributions are always welcome, no matter how large or small