/nest-boilerplate

🏎️ Initial configs to project in nest and node

Primary LanguageTypeScript

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