This repository contains an API built for studying and practicing NestJS.
- Learn and practice NestJS concepts
- Experiment with modules, controllers, services, and dependency injection
- Apply common API patterns (DTOs, validation, error handling, etc.)
- Serve as a sandbox for improving backend development skills
- Node.js
- NestJS
- TypeScript
npm installnpm run start:devnpm run buildnpm run start:prodThis project is intended for learning purposes (studying NestJS).
Feel free to explore, refactor, and extend it with new endpoints and features.