Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abderrahmaneamerhhi/gestoin-employees
Gestion Emplolyees Web App Laravel Livewire
https://github.com/abderrahmaneamerhhi/gestoin-employees
bootstrap css html laravel-framework laravel10 laravel8 laravel9 livewire livewire-components php php8
Last synced: 2 months ago
JSON representation
Gestion Emplolyees Web App Laravel Livewire
- Host: GitHub
- URL: https://github.com/abderrahmaneamerhhi/gestoin-employees
- Owner: AbderrahmaneAmerhhi
- License: mit
- Created: 2022-08-22T11:44:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T15:32:25.000Z (about 1 year ago)
- Last Synced: 2024-10-11T11:23:51.586Z (2 months ago)
- Topics: bootstrap, css, html, laravel-framework, laravel10, laravel8, laravel9, livewire, livewire-components, php, php8
- Language: PHP
- Homepage: https://abderrahmaneamerrhi.com/
- Size: 407 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://main--abderrahmaneamerrhiportfoliov2.netlify.app/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/abderrahmane-amerrhi-807b40201/)# Employee application management
GEMP app with laravel that enable admin to manage departments and employes
## Information
I built the app using laravel and Livewire, made a simple backend and use Livewire componenets in fronend
### Technologies used
| Technology | Description | Version |
| :--------- | :-----------------------: | :-----: |
| Php | PHP language | ^8.0.2 |
| Laravel | Laravel backend framework | 9 |
| livewire | livewire | 2.10 |## Cloning and use
```bash or terminal
# Cloning app
git clone https://github.com/AbderrahmaneAmerhhi/Gestoin-Employees# install composer
composer install
# copy .env.example => rename it to .env# generate App key
php artisan key:generate```
## Configuration
```env
# in .env file config databaseDB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=yourdatabse_name
DB_USERNAME=root
DB_PASSWORD=databasepassword```
## Migrate database and run app
```bash or terminal
########### open app in terminal or cmd or bash ... ###############
# Migrate data base run in terminal
php artisan migrate# seed database
php artisan db:seed# run app
php artisan serve# open app in
http://127.0.0.1:8000# login to dashboard
Url : http://127.0.0.1:8000/
Email : [email protected]
Password : admin```
## Features
- Dynamic backend with laravel Backend framework
- Responsive front-end with livewire componenes and other widgets#### Dashboard Features
- admin can manage departments, add new departments, update a delete
- admin can manage employes, add new employes, update a delete
- Print the employee's certificate if he needs it
- Track some stats in charts and cards# Discover
Discover [Vedio](https://abderrahmaneamerrhi.com/assets/GEMP_PR_VED-3b9fe972.mp4).