Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 531 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 531 Bytes

Logger from Nest.js

This is a code sample for my article

Manual installation

I assume you have node, yarn/npm, postgres

First of all you have to download dependencies

npm i

Then check config in

nano .env

and start in watch mode

npm run start

or in production mode

npm run build
npm run prod

Docker

Otherwise you can use docker

docker-compose up --build

Contribution

RPs are welcome