An open API service indexing awesome lists of open source software.

https://github.com/dev-t2/cats-app-backend

Creating Cats App Backend Using NestJS
https://github.com/dev-t2/cats-app-backend

aws aws-s3 nestjs postgresql prisma typescript

Last synced: 13 days ago
JSON representation

Creating Cats App Backend Using NestJS

Awesome Lists containing this project

README

          

# References

- [NestJS](https://nestjs.com)
- [Introduction](https://docs.nestjs.com)
- [First steps](https://docs.nestjs.com/first-steps)
- [Controllers](https://docs.nestjs.com/controllers)
- [Providers](https://docs.nestjs.com/providers)
- [Modules](https://docs.nestjs.com/modules)
- [CLI command reference](https://docs.nestjs.com/cli/usages)
- [Middleware](https://docs.nestjs.com/middleware)
- [Logger](https://docs.nestjs.com/techniques/logger)
- [Exception filters](https://docs.nestjs.com/exception-filters)
- [Pipes](https://docs.nestjs.com/pipes)
- [Interceptors](https://docs.nestjs.com/interceptors)
- [Request lifecycle](https://docs.nestjs.com/faq/request-lifecycle)
- [Prisma](https://docs.nestjs.com/recipes/prisma)
- [Configuration](https://docs.nestjs.com/techniques/configuration)
- [OpenAPI](https://docs.nestjs.com/openapi/introduction)
- [Mapped types](https://docs.nestjs.com/openapi/mapped-types)
- [Encryption and Hashing](https://docs.nestjs.com/security/encryption-and-hashing)
- [Authentication](https://docs.nestjs.com/security/authentication)
- [Circular dependency](https://docs.nestjs.com/fundamentals/circular-dependency)
- [Guards](https://docs.nestjs.com/guards)
- [Custom route decorators](https://docs.nestjs.com/custom-decorators)
- [File upload](https://docs.nestjs.com/techniques/file-upload)
- [CORS](https://docs.nestjs.com/security/cors)
- [PostgreSQL](https://www.postgresql.org)
- [Prisma](https://www.prisma.io)
- [Configuring logging](https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/logging)
- [Prisma Client API reference](https://www.prisma.io/docs/reference/api-reference/prisma-client-reference)
- [Prisma schema reference](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference)
- [Express Basic Auth](https://github.com/LionC/express-basic-auth)
- [Random Key Generator](https://randomkeygen.com)
- [JSON Web Tokens](https://jwt.io)
- [Multer](https://github.com/expressjs/multer)
- [AWS](https://aws.amazon.com/ko/free)
- [S3](https://aws.amazon.com/ko/s3)
- [Bucket policy examples](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html)
- [Lightsail](https://aws.amazon.com/ko/lightsail)
- [Route 53](https://aws.amazon.com/ko/route53)
- [AWS SDK for JavaScript](https://github.com/aws/aws-sdk-js)
- [PM2](https://github.com/Unitech/pm2)
- [Cross Env](https://github.com/kentcdodds/cross-env)