Skip to content

Marrwan/Employee_Management_System

Repository files navigation

EMPLOYEE MANAGEMENT SYSTEM

Installation

  • Run git clonehttps://github.com/Marrwan/Employee_Management_System.git

  • cd Employee_Management_System

  • Run composer install (install composer beforehand)

  • From the projects root run cp .env.example .env

  • Configure your .env file

  • Run npm install && npm run dev

  • Create a new database in your phpmyadmin, name it with the same as the database name in .env

  • run php artisan migrate

  • cd public

  • run php -S localhost:3000

About

Employee management system built using Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published