/fswd-ads

FSWD 1 - ADS

Primary LanguageJavaScript

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About This Project

This project, developed on behalf of ADS Digital Partner - Internship Selection, is a robust web-based employee management system crafted using the Laravel framework and AdminLTE template.

It provides an intuitive interface for organizations to efficiently handle employee data, offering functionalities like adding, editing, and deleting records. Additionally, it features an integrated leave management system, enabling employees to request and manage their time off. With a commitment to best practices and a focus on user experience, this project represents a valuable tool for organizations aiming for an organized and streamlined approach to human resource management.

Installation Guide

Before you begin, make sure you have Laravel installed on your machine.

  1. Clone the repository:
    git clone https://github.com/Dimas-Saputra-Me/fswd-ads.git
  2. Navigate to the project directory
    cd fswd-ads
  3. Setup the .env file by duplicating .env.example
    cp .env.example .env
    php artisan key:generate
  4. Update the .env file with your database credentials and other necessary configurations.
  5. Install nece
    composer install
  6. Run database migrations and seed the database
    php artisan migrate:fresh --seed
  7. Start the Laravel server
    php artisan serve
  8. Open your browser and visit http://localhost:{PORT} to access the application.


Feel free to customize the instructions based on your specific setup and requirements.