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 use
To activate specified NodeJS versionyarn
Install 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-worker
yarn start
Running nodemon for local developmentyarn build
Compile Typescript to./dist
directoryyarn clean
Remove & Install dependencies
Contributions are always welcome, no matter how large or small