deresegetachew / nestjs-starter-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NESTJS Sample Starter Project

Introduction

This is a sample starter for nestjs projects (normal REST Applications). it shows a lot of things like how to do testing and setup global and local concerns.

Env variables expected:

  • DB_TYPE
  • DB_HOST
  • DB_PORT
  • DB_USER
  • DB_PASSWORD
  • DB_NAME
  • PORT
  • RUN_MIGRATIONS
  • LOG_LEVEL
  • NODE_ENV
  • APP_NAME

About


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%