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
- Host: GitHub
- URL: https://github.com/dev-t2/uber-eats-backend
- Owner: dev-t2
- Created: 2021-01-23T09:39:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T14:19:19.000Z (over 3 years ago)
- Last Synced: 2023-04-04T18:01:14.195Z (almost 3 years ago)
- Topics: jwt, mailgun, nestjs, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)