PortfolioNimbaro
Nimbaro — Moving & freight ops
Software to run moving bookings: routes, vehicle, inventory, packing, payment validation, and a financial panel.

The project
Nimbaro is software for freight and moving bookings: public quote flow, admin panel, and REST API in one monorepo.
It covers the cycle: quote (routes, vehicle, inventory, packing) → payment and proof validation → scheduling → execution and close, with a financial panel and fleet/inventory catalog.
The problem
Running moves with spreadsheets and chats creates pricing, scheduling, and payment errors. The need was a product that joins public quoting and backoffice without friction.
Architecture (high level)
- API NestJS 11 + MongoDB (Mongoose) + JWT + Swagger.
- Public quoter React + Vite + Tailwind.
- Admin React + Vite + Tailwind/Flowbite.
- Functional docs for pricing, states, and backlog in
docs/.
My contribution
- Product design and modules (web, admin, API).
- Booking model, pricing, and state machine.
- JWT auth, Swagger, and Docker/deploy structure.
- Foundation ready to customize brand/contact before launch.
Visible outcomes
- Full quote → ops cycle modeled in code.
- Three coordinated apps (API + web + admin).
- Operational docs to keep iterating.
Stack (examples, not a ceiling)
NestJS · MongoDB · React · Vite · Tailwind · JWT · Swagger · Docker.