Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abdelkarim-01/metting-manager-app
- Owner: Abdelkarim-01
- Created: 2024-06-02T19:47:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T12:45:49.000Z (8 months ago)
- Last Synced: 2024-11-14T07:43:32.490Z (2 months ago)
- Language: Java
- Size: 16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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