Stockbit test expressjs

running in local manualy

copy environment variabel type in terminal like this

cp .env-sample .env
npm install
npm run start

running via docker-compose

docker-compose up --build

or process in background

docker-compose up --build -d