Skip to content

Commit

Permalink
Merge pull request #3 from Selleo/nest
Browse files Browse the repository at this point in the history
Nest Skeleton
  • Loading branch information
mikoscz authored Jun 18, 2024
2 parents 69a0428 + 2691e81 commit d2f7adf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/nestjs-recipes/01-nestjs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# NestJS Intro + Setup


## Setup

To create new NestJS app inside monorepo we can call the `new` command. Do not forget to add `--strict` flag.

`pnpx @nestjs/cli new apps/new-api --strict --skip-git --package-manager pnpm`


8 changes: 8 additions & 0 deletions docs/docs/nestjs-recipes/02-database.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Database

## Postgres


## Drizzle ORM

https://orm.drizzle.team/docs/overview
1 change: 1 addition & 0 deletions docs/docs/nestjs-recipes/03-project-structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Project Structure
1 change: 1 addition & 0 deletions docs/docs/nestjs-recipes/04-configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Configuration
1 change: 1 addition & 0 deletions docs/docs/nestjs-recipes/testing/01-factories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Factories

0 comments on commit d2f7adf

Please sign in to comment.