MedAlert - Emergency Medical Response Platform
This is the backend service for MedAlert, a real-time medical emergency response platform built with NestJS, Prisma, PostgreSQL, Redis, BullMQ, Firebase, and WebSockets.
Tech Stack
NestJS - Backend framework
Prisma - ORM for PostgreSQL
PostgreSQL - Relational DB
Redis - Location tracking & job queue
BullMQ - Retry logic for dispatching
Socket.IO - WebSocket real-time alerts
Firebase FCM - Push notifications to medics
Nest framework TypeScript starter repository.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.