https://github.com/sbthdr/genie_ems
An Employee Management System System built with Laravel 9.
https://github.com/sbthdr/genie_ems
laravel tailwindcss
Last synced: 3 months ago
JSON representation
An Employee Management System System built with Laravel 9.
- Host: GitHub
- URL: https://github.com/sbthdr/genie_ems
- Owner: SBTHDR
- Created: 2022-05-20T08:18:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T10:29:05.000Z (about 3 years ago)
- Last Synced: 2025-01-06T20:31:31.559Z (5 months ago)
- Topics: laravel, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genie_EMS
## About Repository
genie_EMS - An Employee Management System System built with Laravel 9.
## Tech
- Laravel 9
- Tailwind CSS 3## Features
- Multi authentication with owner middleware.
- Owner Authorization.
- Employees Report.
- Sort report by Date.
- Login, Register using Breeze auth.
- Disable registration for Breeze.
- Owner Seeder## Installation
- `git clone https://github.com/SBTHDR/genie_EMS.git`
- `cd genie_EMS/`
- `composer install`
- `cp .env.example .env`
- Run `php artisan key:generate`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `php artisan db:seed`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).