Skip to content

TALL-Stack (Tailwind CSS, Alpine.js, Laravel, and Livewire) employee manage

Notifications You must be signed in to change notification settings

suzukidavid/tallstack-employees

Repository files navigation

Employee Management System

This system manages employees using TALL-Stack technology.

Project Key Features

  • Laravel v9.x
  • TALL Stack
  • Employee Management

Setup

# 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

php artisan serve
npm run dev / yarn dev

Login Credentials

About

TALL-Stack (Tailwind CSS, Alpine.js, Laravel, and Livewire) employee manage

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages