AlexPeti / appointment-manager

This is the final project for the Athens University of Economics and Business, Coding Factory 3 program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppointMedCF

login

Description:

This is the final project for the Athens University of Economics and Business, Coding Factory 3 program. It was visualized as an appointment application used by clinics to manage doctor appointments. The application provides features such as user registration and login, a dashboard to view and manage doctors, the ability to add or delete doctors, and the option to book appointments with doctors. Users can also check a doctor's schedule to see their appointments and update or delete them. The application was built using Java, Spring Boot 2, Spring Data JPA, Spring Security, Thymeleaf, jBCrypt, Spring Boot Validation, ModelMapper, and Bootstrap.

Technologies used:

Java 11
Spring Boot 2
Spring Data JPA
Spring Security
Spring Boot Validation
MySQL
Thymeleaf
jBcrypt
ModelMapper
Bootstrap

Key Features:

User Registration and Login:
Users can create an account by registering with their details.
User authentication is implemented using Spring Security.
User credentials are securely stored in the database, and passwords are hashed using the BCrypt algorithm for enhanced security.

Doctor Dashboard:
The application provides a dashboard for users to view and manage doctors.
The dashboard displays a list of doctors with their relevant information.
Doctors can be added or deleted from the system.

Doctor Appointment Booking:
Users can book appointments with doctors through the application.
The booking process involves selecting a doctor, and providing the patient details and a date and time for the appointment.
Validation is implemented to ensure the correctness of user inputs during the booking process.
If the booking process is successful a modal with the appointment details appears.

Doctor Schedule Management:
Users can check a doctor's schedule to view their existing appointments.
The application allows users to update or delete appointments if needed.

Log-in page:

login

Registration page:

register

The dashboard page where we can select a doctor and book an appointment, check his schedule, delete him, or create a new doctor:

dashboard

The form used to book a new appointment:

booking-appointment

Filling the form:

example

The modal containing the appointment details if the booking process is successful:

modal

Checking a doctor's schedule:

schedule-page

About

This is the final project for the Athens University of Economics and Business, Coding Factory 3 program.


Languages

Language:Java 79.1%Language:HTML 14.7%Language:CSS 5.7%Language:JavaScript 0.5%