~/bosot-api $ system-status
bosot@server:~$ php artisan about
✓ Laravel 12.32.5 - Production Ready
✓ Database - Connected
✓ Authentication - Laravel Passport
✓ Environment - local
✓ Queue System - Active
✓ Mail Service - Configured
bosot@server:~$ curl -X GET /api/health
{"status": "healthy", "timestamp": "2025-12-06T02:28:54.123630Z", "version": "1.0.0"}
bosot@server:~$ _
~/bosot-api $ api-info
bosot@server:~$ cat api-features.txt
🔐 Secure Authentication - JWT tokens with OTP verification
🏢 Multi-tenant Support - Manage multiple mess/hostels
🍽️ Meal Management - Track daily meals and calculate rates
🛒 Bazar Tracking - Monitor market expenses and splits
📊 Reports & Analytics - Monthly statements and insights
💰 Balance Management - Automated calculations and audit logs
bosot@server:~$ echo "Contact support for API documentation"
📧 API documentation available for authorized users only
bosot@server:~$ _