nzuzondlovu / congenial-waddle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

congenial-waddle

This is an employee management platform used by one user.

Requirements

To deploy this project run

  php8 and above
  MySQL Database

Installation and Run Locally

Clone the project

  https://github.com/nzuzondlovu/congenial-waddle

Go to the project directory

  cd congenial-waddle

Install dependencies

  composer install

Migrate and seed database

  php artisan migrate:fresh --seed

Start the server

  php artisan serve

About


Languages

Language:PHP 76.9%Language:Blade 22.2%Language:Shell 0.7%Language:JavaScript 0.2%