Skip to content

vechr/notification-service

Repository files navigation

Vechr Logo

Edit your .env file

APP_PORT=3000
NATS_URL=nats://nats-server:4222

[email protected]
EMAIL_PASS=Vechr
EMAIL_HOST=mail-dev
EMAIL_PORT=1025

DB_URL="postgresql://Vechr:[email protected]:5433/notification_db?schema=public&connect_timeout=300"

Notification Service

yarn install
yarn db:migrate
yarn db:studio
yarn watch

Build Image for Production

chmod +x ./docker/build.sh
./docker/build.sh