🚀 QA API

Modular Laravel Application with JWT Authentication

🔐 JWT Authentication

Secure token-based authentication system

🧩 Modular Architecture

Each module has its own MVC structure

📡 RESTful API

Clean, organized API endpoints

📋 Available API Endpoints

POST /api/users/login - User authentication
POST /api/users/register - User registration
GET /api/users/profile - Get user profile
GET /api/products - List products
GET /api/categories - List categories
... and many more!

🛠️ Development

Use php artisan make:module ModuleName to create new modules

All modules follow the same structure: Controllers, Models, Requests, Resources