Skip to content

nmukumba/Employee-Management-System

Repository files navigation

Employee-Management-System

A simple employee management system

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:nmukumba/Employee-Management-System.git

If you use https, use this instead

git clone https://github.com/nmukumba/Employee-Management-System.git

After cloning, run:

composer install

Duplicate .env.example and rename it .env

Then run:

php artisan key:generate

Prerequisites

Be sure to fill in your database details in your .env file before running the migrations:

php artisan migrate

And finally, start the application:

php artisan serve

and visit http://localhost:8000 to see the application in action. Login using email address: admin@admin.com and password: admin123

Built With

  • Laravel - The PHP Framework For Web Artisans