Skip to content

TrejGun/logger-for-nest-js

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published