jeanpierm /
rest-api-nestjs-mongo
RESTful API with JWT & Swagger. Built with NestJS (node.js), TypeScript, Mongoose (MongoDB) and Passport.js (for JWT implementation).
38/100 healthLoading repository data…
DanielRoberto72 / repository
REST API NestJS + Prisma + MySQL com auth JWT e MFA. Backend de sistema de logística.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
API REST que expõe os recursos de um sistema de logística (usuários, níveis de acesso, MFA e módulos de domínio). Construída com foco em separação de responsabilidades, validação de entrada e autenticação stateless.
class-validator / class-transformercode/
├── prisma/ # schema.prisma + migrations
└── src/
├── database/ # acesso a dados (PrismaService)
├── helpers/ # utilitários transversais
├── infraestructure/ # camadas de infra (auth, mailer, etc.)
└── modules/ # módulos de domínio (users, nivel, mfa, ...)
# 1. Instalar dependências
cd code && npm install
# 2. Configurar .env (DATABASE_URL, JWT_SECRET, etc.)
cp .env.example .env
# 3. Rodar migrações
npx prisma migrate dev
# 4. Modo dev
npm run start:dev
API sobe em http://localhost:3000.
docker build -t backend-logistica .
docker run -p 3000:3000 --env-file .env backend-logistica
Projeto formativo (2023). Mantido público como referência de stack NestJS/Prisma com autenticação completa.
Selected from shared topics, language and repository description—not editorial ratings.
jeanpierm /
RESTful API with JWT & Swagger. Built with NestJS (node.js), TypeScript, Mongoose (MongoDB) and Passport.js (for JWT implementation).
38/100 healthDioonel /
REST API made with NestJS.
45/100 healthsobol4156 /
Clicker Backend — a REST API built with NestJS, TypeScript, and MongoDB featuring JWT authentication (via Passport), user profiles with avatar uploads (using Multer, stored in /uploads), and a statistics/leaderboard module
SmartMainnet /
No description provided.
39/100 healthtalyaglobal /
Open-source self-hosted Supabase/Firebase alternative: multi-tenant backend with per-project PostgreSQL, auth, storage & REST API.
73/100 healthkhanchenkov /
NestJS, Typescript, Sequilize, Swagger, Rest API, PostgreSQL, JWT
27/100 health