Skip to content

Akoh1/employee-system

Repository files navigation

employee-system

A web app to manage employee record in an organization, organizations can open a workspace on this platofrm and potential employess can sign up to the workspace by filling in the necessary credentials, Real time chat with other employess within your organization.

Installation

clone the Repository

git clone https://github.com/Akoh1/employee-system.git

Switch to the repo folder

cd employee-system

Install all the dependencies using composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in config/database.php before migrating)

php artisan migrate

Start the local development server

php artisan serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A web app to manage employee record in an organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors