You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a desktop application for a car rental business. It provides a graphical user interface (GUI) for customers to rent and return cars. The system also includes an admin function to add new cars to the inventory. All data for cars, customers, and rentals is stored in a MySQL database.
Graduation training project at Banque Misr. Our team developed a backend Hospital Management System using Spring Boot, with secure role-based access, doctor & patient management, pharmacy & medicine modules, appointment scheduling, and prescription handling. The system also includes extensive unit/integration tests, Docker support, and logging.
A simple Spring Boot application demonstrating dependency injection, configuration properties, and basic service-repository interaction. The project includes customizable greeting services, in-memory book storage, and structured package design suitable for educational or demonstration purposes.
A secure and modular Online Voting System backend built with Spring Boot. Implements JWT-based authentication, role-based access control (Admin & Voter), candidate and voter management, vote casting with one-time enforcement, and real-time result calculation.
A minimal Spring Boot practice project exploring core concepts like Dependency Injection, component scanning, bean management, and configuration using application.properties. Includes usage of @component, @bean, @primary, and @qualifier to understand how Spring manages dependencies behind the scenes.
A Spring Boot backend for a complete banking system — supports customer management, bank accounts, deposits, withdrawals, transfers, and transaction tracking. Built with Java 17, Spring Data JPA, and H2/MySQL, following REST best practices with DTO mapping, validation, and exception handling.
The University Room Booking System (Back-End) is a Spring Boot RESTful API for managing classroom and lab reservations. It supports secure role-based access (Student, Faculty, Admin), room and building management, booking requests with approval workflows, cancellations, and booking history — all with JWT authentication and clean modular design.