Loading repository data…
Loading repository data…
kelam12 / repository
A TypeScript-based NestJS starter project providing a foundation for building secure backend applications with authentication features.
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.
A TypeScript-based NestJS starter project providing a foundation for building secure backend applications with authentication features.
Technology Stack
Project Structure
src/ - Application source code
test/ - Test files
.env.example - Environment variables template
Installation
npm install
Running the Application
Development mode:
npm run start
Watch mode (auto-restart on changes):
npm run start:dev
Production mode:
npm run start:prod
Testing
Unit tests:
npm run test
End-to-end tests:
npm run test:e2e
Test coverage:
npm run test:cov
Development Configuration
Project Status Initial project setup with core NestJS structure and development tooling configured for building authentication services.
License MIT Licensed