Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^10.0.0^4.0.2^10.0.0^11.0.0^11.0.5^10.0.0^11.1.5^11.0.0^3.0.2^0.5.1^0.14.1^3.1.5^0.7.0^4.0.1^8.15.6^0.2.0^7.8.1^5.0.1^0.3.22^10.0.0^10.0.0^10.0.0^5.0.0^29.5.2^20.3.1^6.0.0^8.0.0^8.0.0^8.0.0^9.0.0^5.0.0^29.5.0^3.0.0^0.5.21^7.0.0^29.1.0^9.4.3^10.9.1^4.2.0^5.1.38
commits
Refactor CategoriesController and CategoriesService to remove userId parameter from findAll method, simplifying category retrieval for all users.
93791b8View on GitHubAdd Swagger integration for API documentation and enhance category DTOs with Swagger decorators for improved API visibility. Update package dependencies to include @nestjs/swagger and swagger-ui-express.
faf909cView on GitHubUpdate package dependencies to include nestjs-command and its related lodash modules. Add seed command to package.json and integrate CliModule into the application structure.
ec0ba79View on GitHubAdd EmailService for email verification and update AuthModule and AuthService to utilize it. Introduce webBaseUrl in configuration for email link generation.
58403f6View on GitHubRefactor code for improved readability and consistency by removing unnecessary line breaks and ensuring proper formatting across various modules, including todos, categories, and auth services.
a8e34ceView on GitHub- Implement authentication and authorization features with user signup, login, email verification, and password management.
02f0edcView on GitHub- Enhance application structure with NestJS modules and PostgreSQL integration.
3ca4618View on GitHub