Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# nest-api Nest logo

## 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