ai.soboxpert.in · Residential & Commercial Property Management
Residential Projects
Commercial Projects
Contact Submissions
Seed Records Ready
Admin CRUD + Seed from JSON
Admin CRUD for commercial properties
Original residential admin panel
Public card grid with filters
Public search + region tags
Public filtered listings
Public properties showcase
JSON endpoint · action=read
JSON endpoint · action=read
Open Residential Cards Admin
Go to residential_cards.php or click "Residential Cards" above.
Click "Seed from JSON"
Green button in the header. Reads residential_seed.json and bulk-inserts.
Review Toast Notification
Shows "Inserted: X, Skipped: Y". Duplicates by project_name are auto-skipped.
Verify in Table + Stats
The table auto-refreshes. Stats panel at top shows total count.
Test Public-Facing Pages
Open 1_Searchbar.php or cards.php to see the seeded cards live.
Check via API (JSON)
Open Residential_api.php?action=read in browser. All projects returned as JSON.
Check Count on This Page
The stats cards at the top of this page show live DB counts. Refresh to update.
MySQL Direct Query
Run SELECT COUNT(*) FROM projects; in phpMyAdmin or MySQL CLI.
Spot-Check Individual Record
Run SELECT * FROM projects WHERE Region = 'Thane'; to see all Thane entries.
Test Public Filters
On 1_Searchbar.php, select "Thane" city, click "Ghodbunder Road" tag — should filter correctly.
| Endpoint | Method | Action | Description |
|---|---|---|---|
| Residential_api.php | GET | action=read |
Fetch all residential projects |
| Residential_api.php | GET | action=seed |
Bulk-insert from residential_seed.json |
| Residential_api.php | POST | action=create |
Insert a new residential project |
| Residential_api.php | POST | action=update |
Update an existing project by id |
| Residential_api.php | POST | action=delete |
Delete a project by id |
| api_commercial.php | GET | action=read |
Fetch all commercial projects |
| api_commercial.php | POST | action=create |
Insert a new commercial project |
Soboxpert Control Panel · Database: u293520579_version_7 · Table: projects