Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mqxewww/nest-api
NestJS API where I try everything that comes to mind.
https://github.com/mqxewww/nest-api
mikro-orm mysql nestjs nodejs swagger
Last synced: about 1 month ago
JSON representation
NestJS API where I try everything that comes to mind.
- Host: GitHub
- URL: https://github.com/mqxewww/nest-api
- Owner: mqxewww
- Created: 2023-07-29T15:56:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T17:45:23.000Z (6 months ago)
- Last Synced: 2024-07-16T21:50:36.816Z (6 months ago)
- Topics: mikro-orm, mysql, nestjs, nodejs, swagger
- Language: TypeScript
- Homepage:
- Size: 689 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nest-api
## Description :pencil2:
NestJS API where I try everything that comes to mind.
## Setup
- Execute `./setup.sh`, then go to `./config/.env` and fill in the values
## Features :sparkles:
- [x] Password hashing with `bcrypt`
- [x] Seeders with `@mikro-orm/seeder`
- [x] Documentation with `@nestjs/swagger`
- [x] Clean headers with `helmet`, rate limiting with `@nestjs/throttler`
- [x] Logging with `nestjs-pino` and `pino-pretty`
- [x] Authentication with `@nestjs/jwt` using RSA keys, guard and public decorator
- [x] Image streaming and upload for avatars with `nestjs` and `express`
- [x] Send emails with `nodemailer` (only gmail service) as a custom nest provider~ mqxewww, 2023 - 2024