Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdelkarim-01/metting-manager-app

Developing a simple meeting manager web application using JEE and Hibernate to perform basic CRUD operations But applying many core JEE principles.
https://github.com/abdelkarim-01/metting-manager-app

Last synced: 1 day ago
JSON representation

Developing a simple meeting manager web application using JEE and Hibernate to perform basic CRUD operations But applying many core JEE principles.

Awesome Lists containing this project

README

        

# Meeting App Project

This project is designed to practice JEE principles and Hibernate, allowing us to understand the low-level technologies of web development. The project involves developing a simple meeting application with two main classes: `Personne` and `Reunion`.

### Demo on Youtube
https://www.youtube.com/watch?v=19XP74jlkIQ

## Project Overview

The main features of the application include:

1. **Home Page**:
- Create a new meeting.
- Add a new person.

2. **Person Features**:
- View all meetings.
- Join any meeting and become a member.
- Leave a meeting.

3. **Meeting Features**:
- View all meetings.
- See all participants in a meeting.

## Technologies Used

- **Java EE (JEE)**: To practice enterprise-level Java.
- **Hibernate**: To manage the application's database interactions.

## Getting Started

### Prerequisites

- JDK 8 or higher
- Apache Maven
- MySQL or any other relational database
- An IDE like Eclipse or IntelliJ IDEA