Momentum Web is an AI-powered HR management web platform designed to simplify recruitment and enterprise workflows through a modern and responsive interface.
The platform connects HR teams with candidates while also providing tools for employee management, project handling, requests management, and internal communication through a social feed system.
Built with Symfony 6.4 following an MVC architecture, the application focuses on scalability, maintainability, and user experience.
| Feature / Branch | Contributors |
|---|---|
| Demand management | Team Larry |
| Training / Course management | Team Larry |
| Recruitment management | TiramisuAddict |
| Project management | Team Larry |
| User / Employee management | Team Larry |
| Social Feed / Posts management | Team Larry |
Note : For more details about each feature, please refer to the corresponding branches in the repository.
Make sure you have the following installed:
- PHP 8.1.25
- Composer
- MySQL
- Apache Server
Check your PHP version:
php --versiongit clone https://github.com/TiramisuAddict/PI-3A-WebNavigate to the project directory:
cd PI-3A-Webcomposer install --no-interactionOpen Apache and MySQL services using XAMPP (or your preferred environment).
Import the provided momentum.sql database into MySQL.
php -S localhost:8000 -t publicThen open:
http://localhost:8000/accueil- Symfony 6.4
- PHP 8.1
- MySQL
- Twig
- JavaScript
- HTML / CSS
- MVC Architecture
