gusttavonl / nest-boilerplate

๐ŸŽ๏ธ Initial configs to project in nest and node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Nest.js boilerplate to be used in a nest setups

What is inside?

This project uses lot of stuff as:

Getting Started

first install dependencies:

yarn

run the docker to postgres:

docker compose up -d

run the development server:

npm run start:dev
# or
yarn start:dev

About

๐ŸŽ๏ธ Initial configs to project in nest and node


Languages

Language:TypeScript 98.7%Language:JavaScript 0.8%Language:Shell 0.6%