Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dev-t2/instagram-backend

Create Instagram Clone Backend Using NestJS
https://github.com/dev-t2/instagram-backend

jwt nestjs postgresql prisma typescript

Last synced: 3 months ago
JSON representation

Create Instagram Clone Backend Using NestJS

Awesome Lists containing this project

README

        

# References

- [NestJS](https://nestjs.com)
- [Configuration](https://docs.nestjs.com/techniques/configuration)
- [Validation](https://docs.nestjs.com/techniques/validation)
- [Prisma](https://docs.nestjs.com/recipes/prisma)
- [OpenAPI](https://docs.nestjs.com/openapi/introduction)
- [Encryption and Hashing](https://docs.nestjs.com/security/encryption-and-hashing)
- [Authentication](https://docs.nestjs.com/security/authentication)
- [File upload](https://docs.nestjs.com/techniques/file-upload)
- [Serve Static](https://docs.nestjs.com/recipes/serve-static)
- [PostgreSQL](https://www.postgresql.org)
- [Prisma](https://www.prisma.io)
- [Environment variables](https://www.prisma.io/docs/guides/development-environment/environment-variables)
- [Configuring logging](https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/logging)
- [Prisma Studio](https://www.prisma.io/docs/concepts/components/prisma-studio)
- [Self-relations](https://www.prisma.io/docs/concepts/components/prisma-schema/relations/self-relations)
- [Filtering and sorting](https://www.prisma.io/docs/concepts/components/prisma-client/filtering-and-sorting)
- [Pagination](https://www.prisma.io/docs/concepts/components/prisma-client/pagination)
- [Express Basic Auth](https://github.com/LionC/express-basic-auth)
- [Random Key Generator](https://randomkeygen.com)
- [JSON Web Tokens](https://jwt.io)