Skip to content

Commit

Permalink
Updated readme with packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh committed Oct 12, 2018
1 parent 98f9454 commit e9ce3c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e9ce3c5

Please sign in to comment.