Published onAugust 17, 2023Building an API with NestJS #3: Adding ConfigurationsseriestypescriptnestjsapiconfigIn this third part of "Building an API with NestJS" series, we will learn on how to create and validate app configurations for our API.
Published onAugust 11, 2023Building an API with NestJS #2: Setup Husky and CommitLintseriestypescriptnestjsapihuskycommitlintIn this second part of "Building an API with NestJS" series, we will learn how to integrate husky and commitlint to our project.
Published onAugust 10, 2023Building an API with NestJS #1: Initial SetupseriestypescriptnestjsapiIn this first part of "Building an API with NestJS" series, we will learn on how to bootstrap our base project to create our API.