Skip to content

WiseEngineering/crispy-worker

Repository files navigation

crispy-worker

Daemon process to run migrations

Local setup

Prerequisites

Project setup

To setup this project you have to run following commands:

  • nvm use To activate specified NodeJS version
  • yarn 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

Running

  • yarn start Running nodemon for local development
  • yarn build Compile Typescript to ./dist directory
  • yarn clean Remove & Install dependencies

CONTRIBUTING

Contributions are always welcome, no matter how large or small

About

Daemon process to run migrations

Topics

Resources

License

Stars

0 stars

Watchers

6 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors