GesPatApp, managing a health center in Java
Java application to manage a health center, my very first team dev project.
The project
As part of my 1st-year Computer Science bachelor’s, we built a health-center management app in Java, with no database: everything was stored in files. A somewhat old-school constraint, but it forces you to understand what’s happening under the hood of persistence, especially when you’re hand-writing serialization.
In pairs, we covered the whole development cycle.
My contributions
-
Interface graphic mockup.
-
File-based storage system.
-
Core features (patients, appointments, etc.).
-
Mockup integration into the app.
Takeaways
This was my very first dev project, on top of that in a team. Despite the inexperience, we shipped a working piece of software on time, which was a real source of pride.
Context
University project for the University of Tours.
Tech stack
- Java (Vanilla)