Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 397 Bytes

Dev environment without docker

You have to setup your pgsql connection into .env file.

Do not forget to install dependencies. yarn install or npm install

Start ts server in watch mode. yarn watch or npm run watch

Start dev server with nodemon. yarn start:dev or npm run start:dev

Deploy docker containers

You can change settings for the containers. ./docker-deploy.sh