📄️ Endpoints Auto Generation
How Arkos Generates API Routes
📄️ Built-in Authentication System
How To Setup And Use Arkos Built-in Auth System
📄️ Interceptor Middlewares
How To Intercept Requests In Arkos
📄️ Request Data Validation
In Arkos, request data validation is a crucial feature that ensures incoming data meets your application's requirements before processing. The framework offers flexible validation options through both Zod and class-validator integration.
📄️ File Uploads
Arkos provides a robust file upload system out of the box that supports various file types including images, videos, and documents. The system is designed to be flexible and configurable to meet your application's needs.
📄️ Global Error Handler
Arkos includes a powerful global error handling system that automatically processes all errors thrown within your application, transforms them into consistent response formats, and manages environment-specific behavior. This centralized approach simplifies error management and ensures a consistent experience for API consumers.
📄️ Sending Emails
Arkos provides a powerful EmailService class that delivers a robust and flexible solution for handling email-related tasks in your application with a simple, unified API.
📄️ Swagger API Documentation
Under development and active testing