Public Backend Information

Solid Waste Management API

This service is the Samraam web backend, built with Laravel. It provides API endpoints, background job processing, scheduling, and authentication for the broader Samraam platform.

Project

Solid Waste Management API

Version

0.1.0

Framework

13.11.2

PHP

8.4.22

Environment

development

Base URL

https://dev-swm-api.cam-mob.com

What this backend currently handles

The backend is intended to serve API traffic for Samraam clients such as the Next.js web app and the Flutter app. It is also configured to run with PostgreSQL, Redis, Laravel Passport, a queue worker, and a scheduler in Docker.

  • REST-style API endpoints under /api
  • Bearer-token authentication via Laravel Passport
  • Queue processing for background jobs and notifications
  • Scheduled tasks through Laravel's scheduler