Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 308 Bytes

File metadata and controls

3 lines (2 loc) · 308 Bytes

Auth System with NestJS

This project is an authentication system built with NestJS, implementing registration, login, and logout functionality. It uses TypeORM for database interactions and includes DTO-based validation using class-validator to ensure user inputs are correctly formatted.