Attendance App

A simple employee attendance & paid leave management system.

Installation

  1. Intall the required PHP packages.
composer install
  1. Copy .env.example to .env
cp .env.example .env
  1. Fill the config like db, etc inside the .env file

  2. Create the Laravel App Key.

php artisan key:generate
  1. Install the node modules and build.
npm install
npm run dev
  1. Migrate & seed the database.
php artisan migrate:fresh --seed
  1. Run the artisan serve command.
php artisan serve

Default Login Credential

Email : admin@admin.com Password : 123123123

Tech Stacks

License

MIT