Projects
Back to Projects
Live2025

ICU Medication Guide (YBIR)

A TÜBİTAK-funded intensive-care medication reference app built for nurses.

View Live Site
ICU Medication Guide (YBIR)
ICU Medication Guide (YBIR)

Role

Development of the web application (frontend + backend) — TÜBİTAK-funded team project. Also set up the deployment and hosting on Vercel.

About the Project

A web app giving ICU nurses fast access to medication reference information. Backend built with Express, TypeScript, and Prisma; includes JWT authentication, FCM push notifications, a daily medication reminder, an SMTP-based email subscription system, and an admin panel for content and user management. I worked on the web application for this TÜBİTAK-funded university project. Currently running on a Vercel preview environment.

Stack

ExpressTypeScriptPrismaPostgreSQLViteFirebase Cloud MessagingVercel
Why I Built It This Way

We moved fast with SQLite in development, but I planned the move to PostgreSQL for production — SQLite's write concurrency limits could become a real problem during hospital shift-change traffic spikes. I also set up structured logging (Winston/Pino) out of SRE habit, instead of relying on console.log.