From e9ce3c5e8020d4e32ef60aa180d520b71d70e299 Mon Sep 17 00:00:00 2001 From: Aaryanna Simonelli Date: Fri, 12 Oct 2018 22:31:59 +0100 Subject: [PATCH] Updated readme with packages --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e0e800b..86c3f0a 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,14 @@ $ yarn test:cov Want to get started on your own NestJS application? Simply install the [nest-cli](https://github.com/nestjs/nest-cli) `npm i -g @nestjs/cli` and use the command `nest new my-application` to create a new directory called `my-application` with nestjs ready to go! +# Packages + +I used a variety of packages to develop this example api. Here's a list of them and where I got them from + +- Nestjs + - [@nestjs/typeorm](https://github.com/nestjs/typeorm) A typeorm module for nestjs + - [@nestjs/passport](https://github.com/nestjs/passport) An easy to use module for passport include AuthGuards + - [@nestjs/jwt](https://github.com/nestjs/jwt) A JWT module for nestjs +- nestjs-community + - [nestjs-config](https://github.com/nestjs-community/nestjs-config) A config module for nestjs (envs) +- [typeorm](https://github.com/typeorm/typeorm) typeorm is an orm for TypeScript \ No newline at end of file