source-code/
portofolio-backend
Public
typescript13 lines238 B
import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): Record<string, string> {
return {
status: 'ok',
message: 'Portfolio API is running',
version: '1.0.0',
};
}
}
About
Fullstack portfolio backend built with NestJS, Prisma, and PostgreSQL. Features JWT authentication, throttler rate limits, cache management, and automated GitHub repository synchronization.
linknre.codes
TypeScriptNestJSPostgreSQLPrisma