Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devboyarif/employee-management-system
Employee Management System With TALL (Tailwind, Alpinejs, Laravel, Livewire)
https://github.com/devboyarif/employee-management-system
alpinejs employee-management-system laravel livewire php tailwindcss tall-stack
Last synced: about 15 hours ago
JSON representation
Employee Management System With TALL (Tailwind, Alpinejs, Laravel, Livewire)
- Host: GitHub
- URL: https://github.com/devboyarif/employee-management-system
- Owner: devboyarif
- Created: 2022-12-25T15:04:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T19:40:18.000Z (11 months ago)
- Last Synced: 2023-12-26T21:12:44.991Z (11 months ago)
- Topics: alpinejs, employee-management-system, laravel, livewire, php, tailwindcss, tall-stack
- Language: PHP
- Homepage:
- Size: 227 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Management System
### Project Key Features
- Laravel v9.x
- TALL Stack
- Employee Management## Setup
```bash
# Clone the repo
git clone https://github.com/devboyarif/employee-management-system.git# Install composer dependency
composer install# Install node modules
npm install / yarn# Copy environment file
cp .env.example .env# Set the Application key
php artisan key:generate# setup the database credentials and migrate database with seeders
php artisan migrate --seed```
## Development Server
Start the development server on http://localhost:8000
```bash
php artisan serve
```
```bash
npm run dev / yarn dev
```# Login Credentials
- Admin URL - http://localhost:8000/admin
- Email - [email protected]
- Password - password