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

https://github.com/dev-t2/uber-eats-backend

Create Uber Eats Clone Backend Using NestJS
https://github.com/dev-t2/uber-eats-backend

jwt mailgun nestjs postgresql prisma typescript

Last synced: 13 days ago
JSON representation

Create Uber Eats Clone Backend Using NestJS

Awesome Lists containing this project

README

          

# References

- [NestJS](https://docs.nestjs.com)
- [Configuration](https://docs.nestjs.com/techniques/configuration)
- [Prisma](https://docs.nestjs.com/recipes/prisma)
- [OpenAPI](https://docs.nestjs.com/openapi/introduction)
- [Validation](https://docs.nestjs.com/techniques/validation)
- [Middleware](https://docs.nestjs.com/middleware)
- [Request lifecycle](https://docs.nestjs.com/faq/request-lifecycle)
- [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)
- [Caching](https://docs.nestjs.com/techniques/caching)
- [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)
- [Express Basic Authentication](https://github.com/LionC/express-basic-auth)
- [Random Key Generator](https://randomkeygen.com)
- [JSON Web Token](https://jwt.io)
- [UUID](https://github.com/uuidjs/uuid)