INKINGI Rescue — A Rescue and Emergency Response API built with NestJS for managing incidents, responders, and support coordination.
INKINGI Rescue is a backend API system designed to facilitate emergency response coordination — connecting citizens, rescuers, and authorities in real time.
It provides secure endpoints for reporting incidents, tracking rescue operations, managing responder profiles, and storing case records.
Built using the NestJS framework for efficient, modular, and scalable server-side architecture.
Clone the repository and install dependencies:
$ git clone https://github.com/DalcoveDev/INKINGIRESCURE_backend.git
$ cd INKINGIRescure_backend
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod