Welcome to the Backend API

Your backend is running and ready to serve requests

Backend Status

All systems operational

API Base URL
https://www.solarbackend.insapps.in/api
Application Name
Laravel

Frontend Integration

You can access all API routes from your frontend application. The backend is configured to handle CORS requests and is ready to communicate with your frontend.

Example API Request

// JavaScript / TypeScript
fetch('https://www.solarbackend.insapps.in/api/auth/user/login', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'
},
body: JSON.stringify({
email: 'user@example.com',
password: 'password'
})
})
CORS Enabled
Cross-origin requests are configured and ready
API Routes Available
All endpoints are accessible via the /api prefix
Authentication Ready
Sanctum authentication is configured and working

Quick Links

Backend API Server • Laravel Framework

All routes are accessible from your frontend application