https://github.com/prettyblueberry/tallstack-employees
TALL-Stack (Tailwind CSS, Alpine.js, Laravel, and Livewire) employee manage
https://github.com/prettyblueberry/tallstack-employees
alpinejs laravel livewire tailwind-css tall-stack
Last synced: about 1 year ago
JSON representation
TALL-Stack (Tailwind CSS, Alpine.js, Laravel, and Livewire) employee manage
- Host: GitHub
- URL: https://github.com/prettyblueberry/tallstack-employees
- Owner: prettyblueberry
- Created: 2023-02-24T08:11:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T08:12:32.000Z (over 3 years ago)
- Last Synced: 2025-03-24T15:11:27.188Z (over 1 year ago)
- Topics: alpinejs, laravel, livewire, tailwind-css, tall-stack
- Language: PHP
- Homepage:
- Size: 161 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Management System
This system manages employees using TALL-Stack technology.
### Project Key Features
- Laravel v9.x
- TALL Stack
- Employee Management
## Setup
```bash
# Clone the repo
git clone https://github.com/prettyblueberry/fallstack-employees.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 - developer@mail.com
- Password - password