Boilerplate Node projects with Express, Typescript and Clean Architecture
Stars
100
Forks
24
Watchers
100
Open Issues
1
Overall repository health assessment
^1.8.0^16.4.7^7.5.0^4.21.2^7.5.0^1.7.5^5.0.0^29.5.14^22.13.10^6.0.2^8.26.0^9.22.0^10.1.1^43.0.1^2.31.0^17.16.2^5.2.3^7.2.1^29.7.0^3.5.3^6.0.1^7.0.0^29.2.6^2.0.0^5.8.235
commits
🐛 fix: Fix in todo test, include auth in test, refactor in base64UrlEncode jwt.adapter.ts and remove return in endpoint test in server.ts
3c440f6View on GitHub🔨 refactor: Add methods and headers to avoid CORS problems
d873e33View on GitHub📝 docs: Update README file and use AppError in AuthMiddleware
3ae2e8dView on GitHub✨ feat: Implement auth middleware to protect POST /todo endpoint
a2d585eView on GitHub✨ feat: Complete login and register endpoint with a valid token (using basic implementation, without dependencies)
862cfa1View on GitHub📝 docs: Add endpoints information (description, request body, path & query parameters, response codes and examples)
49c1458View on GitHub✨ feat: Create auth feature with login and register endpoints (memory database)
7847cbfView on GitHub🔨 refactor: Use create method in DTOs and made private its constructors
3a50ffeView on GitHub🔨 refactor: Improve custom erros handler (remove Validation error class)
98a6c3aView on GitHub🐛 fix: Update tsconfig.json update module and moduleResolution values
c46939dView on GitHub✅ Complete testing in all endpoints (controller and routes)
bae2f40View on GitHub🔨 Update server.ts and create testServer.ts to allow testing using supertest in endpoints
fe6bbb7View on GitHub