← All Projects

Hospital Management App

Full-featured hospital management system built as a final-semester university group project. Covers patient records, scheduling, and staff management across a microservices architecture.

React .NET / C# JavaScript Prolog SQL REST API Vercel

What it is

A hospital management system handling patient records, appointment scheduling, staff management, and core hospital workflows. Built as the final-semester group project for LAPR5 (Group 17) at ISEP.

Architecture

The backend is a set of .NET/C# microservices exposing REST APIs. The frontend is a React app deployed on Vercel. There’s also a Prolog module for scheduling and planning logic — one of the more interesting parts of the project.

What I learned

This was the most complex project I worked on at university. It forced the team to deal with real software engineering problems: service boundaries, API contracts between teams, deployment pipelines, and coordinating work across multiple codebases. The Prolog planning module was a challenge — not something you reach for every day, but it was a good exercise in picking the right tool for the problem.